delete
Delete notification rule
Permanently deletes a routing rule and its channel assignments.
Required API key scope
notifications:delete
/api/v1/team/notifications/rules/{ruleId}Code samples
curl --request DELETE \
--url https://api.emailguard.co/api/v1/team/notifications/rules/YOUR_ID \
--header 'Authorization: Bearer YOUR_API_KEY'Parameters
Path parameters
| Name | Type | Description |
|---|---|---|
| ruleIdrequired | string | UUID of the notification rule to delete |