cURL
curl --request DELETE \ --url https://platform.thena.ai/v1/accounts/contacts/{contactId} \ --header 'x-api-key: <api-key>'
{ "statusCode": 200, "message": "Customer contact deleted successfully!", "data": null }
Enter your API key
Customer contact deleted successfully
The response is of type any.
any