v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBDelete a contact
Delete an already existing contact providing the contact’s id.
delete/contacts/my/{id}
Path parameters
idstring required
The id of the contact to be deleted.
Headers
Authorizationstring required
Bearer {access-token}
Response
200
Example response
{
"id": "5673fdbde4b03d651b5b6411",
"firstName": "James",
"lastName": "Davis",
"mobile": "+306984512999",
"country": "GR",
"groups": [
"All"
]
}