cURL
curl --request DELETE \ --url https://app.closerx.ai/api/twilio/contact/{id}/ \ --header 'Company-Name: <company-name>' \ --header 'api_key: <api-key>'
{ "success": true, "message": "Deleted successfully" }
Deletes a Twilio contact based on the provided contact ID.
Schema name for multi-tenancy
Unique identifier of the Twilio contact to be deleted
60
Contact deleted successfully
Indicates whether the deletion was successful
true
Result message
"Deleted successfully"