Skip to content

Delete a standalone (non-status-page) incident.

DELETE
/incident/{incident_id}
curl --request DELETE \
--url https://api.siteqwality.com/incident/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
incident_id
required
string format: uuid

Incident identifier

Incident deleted

Missing or invalid authentication

Incident not found

Internal server error