Remove incidence
This endpoint allows removing an incidence by its identifier.
DELETE /api/v1/businesses/{businessId}/incidences/{incidenceId}
If the data included in the request is correct —both the businessId and the incidenceId—, the indicated incidence will be removed.
Considerations
The identifier that must be specified in the request is the external identifier.
In case of providing an incorrect identifier, the request will return a 404 Not Found
error indicating Could not find any incidence with id […]..