Skip to main content
DELETE
/
organization
/
channels
/
{email}
Delete a channel
curl --request DELETE \
  --url https://api.getfernand.com/organization/channels/{email} \
  --header 'X-API-Key: <api-key>'
{}
Permanently deletes a channel and reassigns all associated conversations to another available channel.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

email
string<email>
required

Email address of the channel to delete.

Response

Channel deleted successfully.

The response is of type object.