Skip to main content
DELETE
/
distribution-channels
/
{channel_id}
Delete Distribution Channel
curl --request DELETE \
  --url https://api.b-bot.space/api/v2/distribution-channels/{channel_id} \
  --header 'bbot-api-key: <api-key>'
"<string>"

Authorizations

bbot-api-key
string
header
required

API key for authentication

Path Parameters

channel_id
string<uuid>
required

The ID of the distribution channel.

Response

Success