Skip to main content
DELETE
/
v1
/
contacts
/
{contactId}
/
channels
/
{channelId}
Remove channel from contact
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contactId
string
required
channelId
string
required

Channel ID.

Response

Channel removed.