Delete status page incident
Delete a incident in your status page
DELETE/api/status-pages/{statusPage}/incident/{incident}
Delete status page incident
Deletes a specific incident from your status page.
Request
DELETE
/api/status-pages/{statusPage}/incident/{incident}curl -X DELETE "https://ploi.io/api/status-pages/{statusPage}/incident/{incident}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response
{
"message": "Incident deleted successfully"
}