Skip to main content
DELETE
/
api
/
v1
/
contacts
/
{contactId}
Delete contact
curl --request DELETE \
  --url http://localhost:3000/api/v1/contacts/{contactId}
{
  "code": "general/unauthorised"
}

Path Parameters

contactId
string
required

The id of the specific contact

Response

The contact was deleted successfully.