v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBContact Handles
Delete contact handle
Remove a handle from a contact.
Required scope: contacts:write
delete/contacts/{contact_id}/handles
Path parameters
contact_idstring required
The contact ID. Alternatively, you can supply the contact's source and handle as a resource alias.
Request body
Example request
{
"handle": "dwight@limitlesspaper.com",
"source": "email"
}Response
No content