cURL
curl --request DELETE \ --url https://app.closerx.ai/api/v2/contact-detail/{id}/ \ --header 'Company-Name: <company-name>' \ --header 'api_key: <api-key>'
{ "success": true, "message": "<string>", "data": {} }
Deletes a contact by its unique ID.
The schema name for multi-tenancy (company-wise DB separation)
Unique ID of the contact (e.g., 4465)
Contact successfully deleted (no content)