cURL
curl --request DELETE \ --url https://api.zavu.dev/v1/contacts/{contactId}/channels/{channelId} \ --header 'Authorization: Bearer <token>'
{ "code": "invalid_request", "message": "Phone number is invalid", "details": {} }
Remove a communication channel from a contact. Cannot remove the last channel.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Channel ID.
Channel removed.