Skip to main content
DELETE
/
v1
/
alarms
/
points
/
unregister
/
{registrationId}
Delete (unregister) a point alarm registration
curl --request DELETE \
  --url https://api.iklim.co/v1/alarms/points/unregister/{registrationId}
{
  "timestamp": "YYYY-mm-DDTHH:MM:SS.nnnnnnnnn",
  "status": "XXX",
  "error": "Error Name",
  "message": "Error Message",
  "path": "/endpoint/uri/here",
  "messages": [
    "<string>"
  ]
}

Path Parameters

registrationId
string
required
Minimum string length: 1

Response

Registration deleted successfully