delete https://api2.frontapp.com/contacts//handles
Remove a handle from a contact.
Response
204No content
Remove a handle from a contact.
204No content
xxxxxxxxxx
curl --request DELETE \
--url https://api2.frontapp.com/contacts/crd_123/handles \
--header 'content-type: application/json' \
--data '
{
"source": "twitter",
"force": false
}
'