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.tagsDELETE

See Documentation

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"tags":["DemoTag02"]}