DELETE
/
alarms
/
{alarmId}
/
labels
/
{labelId}
Remove a label from an alarm
curl --request DELETE \
  --url https://your-subdomain.alienvault.cloud/api/2.0/alarms/{alarmId}/labels/{labelId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alarmId
string<uuid>
required

The UUID of the alarm.

labelId
string
required

The ID of the label to remove.

Response

Label removed successfully.