DELETE
/
v1
/
contacts
/
{contactId}
Delete contact
curl --request DELETE \
  --url https://api.distranmail.com/v1/contacts/{contactId}
{
  "success": true
}

Path Parameters

contactId
string
required

Response

200 - application/json

Contact deleted successfully

The response is of type object.