Notification Policies
Remove a recipient from a policy
Delete a recipient from an existing Notification Policy.
delete/notifications/policies/{id}/recipients/{recipient}
Path parameters
idstring required
Notification policy ID
recipientstring required
The webhook URL or email address to remove from the policy
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": "75da306e-8e25-47ac-8079-b695c369e2ef",
"createdAt": "2022-06-28T16:47:00Z",
"sequenceAccountId": "c4602d51-0fb4-4b48-b689-6ba28f540d1e",
"name": "Dev team integration webhooks",
"notificationTypes": [
"CUSTOMER_CREATED"
],
"recipients": [
"https://api.company.com/webhooks"
],
"channel": "WEBHOOK",
"webhookSecret": "whsec_AutoGeneratedSecret01234567890ab"
}