Skip to content

Remove an incident association from a risk

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

The ID of the risk — RSK-00001 (case-insensitive) or a bare number

Example
RSK-00001
incident_id
required
string

The ID of the incident — INC-00001 (case-insensitive) or a bare number

Example
INC-00001

Association removed

Media typeapplication/json
Examplegenerated
example