Skip to content

Remove a risk association from an incident

DELETE
/v1/incidents/{id}/risks/{risk_id}
curl --request DELETE \
--url https://api.adversarial.com/api/v1/incidents/INC-00001/risks/RSK-00001
id
required
string

The ID of the incident to remove the risk association from — INC-00001 (case-insensitive) or a bare number

Example
INC-00001
risk_id
required
string

The ID of the risk to remove the association from the incident — RSK-00001 (case-insensitive) or a bare number

Example
RSK-00001

Association removed

Media typeapplication/json
Examplegenerated
example

Incident not found