cURL
curl --request DELETE \ --url https://app.blinksale.test/api/v1/estimates/{estimateId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Operation completed successfully" }
Delete an estimate
Access token obtained from the /v1/auth/login endpoint
The ID of the estimate to delete
Estimate deleted successfully
true
"Operation completed successfully"