DELETE
/
uptime
/
incidents
/
{incidentId}
curl --request DELETE \
  --url https://api.phare.io/uptime/incidents/{incidentId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
Please be aware that the Phare API is currently in beta and is subject to change.

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.

Path Parameters

incidentId
integer
required

ID of the incident to delete