Skip to main content
DELETE
/
api
/
v1
/
notifications
/
channels
/
{channel_id}
Delete Channel
curl --request DELETE \
  --url https://platform.unstructuredapp.io/api/v1/notifications/channels/{channel_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

unstructured-api-key
string | null

Path Parameters

channel_id
string
required

Response

Successful Response