Delete a Tag
DELETE {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/tags/{{cb_tag}}
Remove a tag from the specified Threat.
The response includes remaining tags on the Threat.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
org.alerts.tags | DELETE |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"tags":["DemoTag02"]}