Skip to content

Delete a status page

DELETE
/api/v1/status-pages/{id}

Permanently deletes a status page.

id
required
integer
Example
5

Unique status page identifier.

Status page deleted successfully.

Authentication credentials are missing or invalid.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"error": "unauthorized"
}

The requested resource was not found.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"error": "not found"
}