How can we help?

Searching:

0 results found

Rules/Delete

DELETE /odata/Rules/[ruleId]

Description

Deletes the details of a specific Rule, as specified by the Rule’s ID. This Rule ID is returned in the response of the Rules/Post
When deleting a rule the alarm instances and rule state of the specified rule will also get deleted.

See the following for request and response details ‒

See Also

Request ‒ Rules/Delete

Property Type Description Mandatory
id String This is the unique identifier automatically assigned by Axonize when a Rule is created. This id is returned in the response of the Rules/Post. Y

Example JSON Rules/Delete Request

curl -X DELETE \

https://api.stg.axonize.com/odata/rules/592139084d27e710e80f1234 \

-H ‘Authorization: Token’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \

Response ‒ Rules/Delete

Example JSON Rules/Delete Response

Status 200 – OK