Skip to main content
DELETE
/
contacts
/
{id}
Delete a contact
curl --request DELETE \
  --url https://{your-subdomain}.neetocrm.com/api/external/v1/contacts/{id} \
  --header 'X-Api-Key: <x-api-key>'
{
  "message": "Contact deleted successfully"
}
This endpoint is part of API v1, which is deprecated. Please use the v2 API instead.
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Identifying subdomain.

Headers

X-Api-Key
string
required

X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.

Path Parameters

id
string
required

The ID of the contact to delete. You can get the contact id by listing all contacts using our List all contacts API.

Response

200 - application/json

Contact deleted successfully.

message
string