DELETE
/
uptime
/
status-pages
/
{statusPageId}
curl --request DELETE \
  --url https://api.phare.io/uptime/status-pages/{statusPageId} \
  --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

statusPageId
integer
required

ID of the status page to delete