Remove Tags
DELETE {{baseUrl}}/v2/alerts/:identifier/tags?identifierType=id&user=<string>¬e=<string>&source=<string>&tags=<string>,<string>
Remove tags of the alert with given identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny' | |
user | string | Display name of the request owner | |
note | string | Additional alert note to add | |
source | string | Display name of the request source | |
tags | string | (Required) Tags field of the given alert as comma seperated values (e.g. 'tag1, tag2') |