Salesly API
API Reference

Delete a contact

DELETE
/contacts/{identifier}

Authorization

x-api-key<token>

Your tenant API key

In: header

Path Parameters

identifier
Required
string

Accepts any of the following (matched in order): numeric ID, name, email, or CIF/tax identifier. The first matching contact is returned. Use the numeric ID for unambiguous lookups.

curl -X DELETE "https://rest.salesly.app/api/v1/developers/contacts/string" \
  -H "x-api-key: <token>"

Contact deleted

{
  "deleted": true
}