Delete alarm (DELETE /v2/alarms/{alarm_id})

Deletes the specified alarm.

{alarm_id}: ID of the alarm.

Request headers

Refer to "Common API items".

Request parameters

None.

Response headers

Status

If normal, the following status is returned.

204: Normal completion

Refer to "Common API error codes" if the state is error.

Data type Cardinality
Int 1..1

Response elements

None.

Example of request

Example: Delete the specified alarm.


curl -X DELETE -H "Content-Type: application/json" \
-H "X-Auth-Token: ImFkbWluVVJMIjogImh0dHA6Ly8xMC4x . . ." \
'https://telemetry.jp-east-1.cloud.global.fujitsu.com/v2/alarms/801bad91-1176-4143-8448-0f83ea755c88'
     

Example of response

None.