Remove Alert Tag

Remove Alert Tag

Remove a tag from a specific alert

Request
URI
DELETE
https://{api_host}/api/v2/alert/{id}/tag/{tagValue}
COPY
Path Parameters
string
id
Required

id

string
tagValue
Required

Supported Characters of Tags:

Tag names can contain alphanumeric (a-z, A-Z, 0-9), 
dash (-), underscore (_), and colon (:) characters.
The space character is not supported.

Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerVoid of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    }
}
status
Required

status

response
Optional

response