Skip to main content
DELETE
/
api
/
contacts
/
{id}
Delete contact by id
curl --request DELETE \
  --url https://your-instance.example.com/api/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Contact deleted

message
string
data
any