cURL
curl --request DELETE \ --url https://app.blinksale.test/api/v1/clients/{clientId}/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Operation completed successfully" }
Delete a contact
Access token obtained from the /v1/auth/login endpoint
The ID of the client
The ID of the contact to delete
Contact deleted successfully
true
"Operation completed successfully"