Skip to main content

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.

EndpointMethodURL
/incidents/{id}DELETEhttps://garmingo.com/api/status/v1/incidents/{id}

Response

The response is a JSON object with the following properties:

PropertyTypeDescription
successbooleanWhether the request was successful.

Example

{
"success": true
}