Oore CI
ReferenceAPIOperationsNotification Channels

Delete notification channel

Permanently deletes a notification channel and its delivery history.

Operation IDdelete_notification_channel
DELETE
/v1/settings/notification-channels/{id}

Permanently deletes a notification channel and its delivery history.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Channel ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/settings/notification-channels/string"
{  "deleted": true}