Skip to main content
DELETE
/
api
/
channel
/
delete
Delete Channel API Endpoint
curl --request DELETE \
  --url https://backend.clipvision.ai/api/channel/delete/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel_id": 123
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
channel_id
integer
required

Response