How can we help?

Searching:

0 results found

AlarmInstances/Delete

DELETE /odata/AlarmInstances/[id]

Description

Deletes the details of a specific Alarm Instance, as specified by the AlarmInstance’s ID. This AlarmInstance ID is returned in the response of the AlarmInstances/Post.

See the following for request and response details:

See Also

Request ‒ AlarmInstances/Delete

Property Type Description Mandatory
id String A unique identifier for this AlarmInstance that is automatically generated by Axonize. This AlarmInstance ID is returned in the response of the AlarmInstances/Post. Y

Example JSON AlarmInstances/Delete Request

curl -X DELETE \

https://api.dev.axonize.com/odata/alarminstances/5b58681619ec0c1a684b96a0 \

-H ‘Cache-Control: no-cache’ \

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

-H ‘Authorization: Token’ \

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

Response ‒ AlarmInstances/Delete

Example JSON AlarmInstances/Delete Response

Status 200 ‒ OK