---
title: "Delete page permanently (alias)"
method: POST
path: "/stakeholder-comms/cloudId/{cloudId}/api/pages/{pageId}/delete_permanently"
tags: ["Status Page"]
---

# Delete page permanently (alias)

`POST /stakeholder-comms/cloudId/{cloudId}/api/pages/{pageId}/delete_permanently`

Permanently delete a Status page. Alias of /pages/{pageId}/permanent_delete.

## Path parameters

- `pageId` string, required

## Request body

- StakeholderCommsDeletePageRequest — Request to delete a page permanently.
  - `deletedBy` string — Identifier of the user performing the delete.

## Response `200`

Returned if the page is successfully permanently deleted.

- StakeholderCommsStakeholderGroupMutationResponse — Response indicating that the operation was successful.
  - `success` boolean — Whether the operation was successful.
  - `message` string — Optional human-readable success message.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to delete the page.
- `404` — Returned if the page is not found.
- `500` — Returned if an internal server error occurs.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
