Skip to main content
DELETE
/
orgs
/
{org_id}
/
projects
/
{project_id}
/
notifications
/
rules
/
{rule_id}
Delete a project-scoped notification rule
curl --request DELETE \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/notifications/rules/{rule_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>"
}
Deletes a project-scoped rule. Project 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
project_id
string
required
rule_id
string
required

Response

Rule deleted