Skip to content

Remove a risk association from an incident

DELETE
/v1/incidents/{id}/risks/{risk_id}
id
required
integer format: int64

The ID of the incident to remove the risk association from

Example
123
risk_id
required
string

The ID of the risk to remove the association from the incident

Example
AKR-1

Association removed

Incident not found