Notification Policies
Delete notification policy
Delete one of your Notification Policies, to stop sending matching notifications to its recipients.
delete/notifications/policies/{id}
Path parameters
idstring required
Notification policy ID
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
sequence-version'2024-07-30'
Use this header to select an API version
Response
OK
Example response
{
"id": "9c4c54e7-59da-44ae-9cc5-7fd81be7c133",
"createdAt": "2022-06-28T16:47:00Z",
"sequenceAccountId": "c4602d51-0fb4-4b48-b689-6ba28f540d1e",
"name": "Finance team emails",
"notificationTypes": [
"CUSTOMER_CREATED"
],
"recipients": [
"finance@example.com",
"operations@example.com"
],
"channel": "EMAIL"
}