Remove Tags

DELETE {{baseUrl}}/v2/alerts/:identifier/tags?identifierType=id&user=<string>&note=<string>&source=<string>&tags=<string>,<string>

Remove tags of the alert with given identifier

Request Params

KeyDatatypeRequiredDescription
identifierTypestringType of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'
userstringDisplay name of the request owner
notestringAdditional alert note to add
sourcestringDisplay name of the request source
tagsstring(Required) Tags field of the given alert as comma seperated values (e.g. 'tag1, tag2')