DELETE
/
v1
/
accounts
/
contacts
/
{contactId}
Delete customer contact
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
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

contactId
string
required

Response

200
application/json

Customer contact deleted successfully

The response is of type any.