DELETE/v1/notification_rules/{id}

notification_rules.delete

Permanently deletes the notification rule. There is no recovery — re-create with the same parameters if deletion was unintended.

Parameters

NameTypeRequiredDescription
idstringrequiredNotification rule id.
Idempotency-KeystringoptionalOptional client-supplied key for at-most-once semantics. The first request with a given key is processed; subsequent requests with the same key replay the cached response for 24h.

Response

No parameters.

Examples

curl -sS -X DELETE \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/notification_rules/{id}

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.