Remove Details
DELETE {{baseUrl}}/v2/alerts/:identifier/details?identifierType=id&user=<string>¬e=<string>&source=<string>&keys=<string>,<string>
Remove details 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 | |
keys | string | (Required) Comma separated list of keys to remove from the custom properties of the alert (e.g. 'key1,key2') |