v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Channels

Delete a channel

Soft-deletes one channel owned by your workspace: it is disabled and hidden from list/get, but the row is retained (only deleted_at is stamped).

delete/v1/risk/channels/{channel_id}

Path parameters

channel_idstring required
Example:44444444-4444-4444-4444-444444444445

The channel id.

Response

acknowledgedboolean required

Example response

{
  "acknowledged": true
}