Delete a Contact
DELETE /addressbook/contacts/{contact_id}
DELETE /addressbook/contacts/{contact_id} Required Permission
delete:ContactsExample Request
curl --request DELETE 'https://<hostname>/addressbook/contacts/3392287d-7a79-4789-9ef8-7dc174836688' \
--header 'Authorization: Bearer YOUR_API_KEY'Responses
Success (HTTP 200)
{
"success": true
}Not Found (HTTP 404)
Last updated