Skip to main content
DELETE
/
orgs
/
{org_id}
/
notifications
/
rules
/
{rule_id}
Delete an org-wide notification rule
curl --request DELETE \
  --url https://api.timbal.ai/orgs/{org_id}/notifications/rules/{rule_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Deletes an org-wide rule (project_id unset). Org admin only. 204 on success.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
rule_id
string
required

Response

Rule deleted