cURL
curl --request DELETE \ --url https://api.phare.io/uptime/status-pages/{statusPageId} \ --header 'Authorization: Bearer <token>'
{ "message": "Unauthorized" }
Delete a status page by ID
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.
ID of the status page to delete
Success, status page deleted
Was this page helpful?