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