Remove a risk association from an incident
DELETE /v1/incidents/{id}/risks/{risk_id}
DELETE
/v1/incidents/{id}/risks/{risk_id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” 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-1Responses
Section titled “ Responses ”Association removed
Incident not found