Manage Notification Channels
Delete a notification channel
delete
/api/notification-channels/{originOrId}Deletes a specific notification channel identified by its UUID or origin.
Parameters 1
originOrIdpathrequiredNotification channel origin or UUID.
string
bash
Sample request12curl --request DELETE 'https://api.eu-west-1.aws.dash0.com/api/notification-channels/123e4567-e89b-42d3-a456-426614174000' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Successfully deleted