Delete contact
Delete contact by Id.
DELETE/enterprise/delete
Parameters
identifier - integer or string required
The attribute for finding the contact. This can be the contact cif
, name
, email
or id
.
Example using email as identifier
{
"identifier": "contact@salesly.app"
}
Response
status 200
Success delete message.
Response
{
"status": "Success"
}