Skip to main content
DELETE
/
v1
/
channels
/
{channel_id}
Delete a channel
curl --request DELETE \
  --url https://api.cuadra.ai/v1/channels/{channel_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Path Parameters

channel_id
string
required

Channel ID

Response

Successful Response