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.
Error codes
In addition to the common errors, this endpoint can return the following codes:
| Code | Message | Description |
|---|---|---|
|
Could not find any incidence with id […] |
The indicated |