Delete Incident
This endpoint allows you to delete an existing Incident from your Garmingo Status instance.
danger
This action is irreversible.
Not even our support team can recover a deleted Incident.
Endpoint | Method | URL |
---|---|---|
/incidents/{id} | DELETE | https://garmingo.com/api/status/v1/incidents/{id} |
Response
The response is a JSON object with the following properties:
Property | Type | Description |
---|---|---|
success | boolean | Whether the request was successful. |
Example
{
"success": true
}