Skip to main content
DELETE
/
public-api
/
contacts
/
{id}
Delete a contact
curl --request DELETE \
  --url https://agents.nineteen58.co.za/public-api/contacts/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The contact ID

Response

Contact deleted successfully

message
string