Skip to main content
DELETE
/
api
/
v1
/
notifications
/
channels
/
{channel_id}
curl --request DELETE \
  --url "${UNSTRUCTURED_API_URL}/api/v1/notifications/channels/c1d2e3f4-5a6b-7c8d-9e0f-1a2b3c4d5e6f" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{}

Documentation Index

Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt

Use this file to discover all available pages before exploring further.

Deleting a notification channel is a permanent action and is not recoverable.

Path parameters

channel_id
string
required
The unique identifier of the notification channel to delete.
curl --request DELETE \
  --url "${UNSTRUCTURED_API_URL}/api/v1/notifications/channels/c1d2e3f4-5a6b-7c8d-9e0f-1a2b3c4d5e6f" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{}