Skip to main content
DELETE
/
orgs
/
{orgId}
/
anomaly-rules
/
{ruleId}
cURL
curl --request DELETE \
  --url https://api.useanima.sh/v1/orgs/{orgId}/anomaly-rules/{ruleId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

orgId
string
required

Organization identifier

ruleId
string
required

Rule identifier

Body

application/json

Input for deleting an anomaly detection rule

Response

200 - application/json

OK

Result of deleting an anomaly rule

success
boolean
required

Whether the deletion was successful