Skip to main content
DELETE
/
v1
/
risk
/
channels
/
{channel_id}
Delete a channel
curl --request DELETE \
  --url https://api.range.org/v1/risk/channels/{channel_id} \
  --header 'Authorization: Bearer <token>'
{
  "acknowledged": true
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

channel_id
string
required

The channel id.

Example:

"44444444-4444-4444-4444-444444444445"

Response

200 - application/json
acknowledged
boolean
required
Example:

true

Last modified on July 1, 2026