Skip to main content
DELETE
/
v1
/
communication
/
phone-numbers
/
{phone_number_id}
/
channels
/
{channel_id}
Remove a channel binding
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/communication/phone-numbers/{phone_number_id}/channels/{channel_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

phone_number_id
string<uuid>
required
channel_id
string<uuid>
required

Response

Successful Response