cURL
curl --request DELETE \ --url https://api.heffl.com/api/v1/deals/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
{ "success": true }
Permanently deletes a deal. Will fail if the deal has associated quotations, projects, or documents.
API key for authentication. Get yours at app.heffl.com/settings/developers
Deal public ID
The body is of type object.
object
OK