Skip to main content
DELETE
Bulk delete notification channels

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization the notification channels belong to.

Body

application/json

The request body containing the list of notification channel IDs to delete.

notificationChannelIds
string[]
required

The IDs of the notification channels to delete. At most 30 per request.

Required array length: 1 - 30 elements

Response