v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Contact 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

handlestring required

Handle used to reach the contact.

source'twitter' | 'email' | 'phone' | 'facebook' | 'intercom' | 'front_chat' | 'custom' required

Source of the handle. Can be email, phone, twitter, facebook, intercom, front_chat, or custom.

forceboolean

Force the deletetion of the contact if the handle is the last one

Example request

{
  "handle": "dwight@limitlesspaper.com",
  "source": "email"
}

Response

No content