Sazabi
APINotification delivery rules

Delete a delivery rule

DELETE
/notification-delivery-rules/{ruleId}

Delete a positive delivery rule without deleting its reusable destinations.

Path Parameters

ruleId*string

Logical notification delivery rule ID.

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/notification-delivery-rules/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "removed": true}