Version: 202607
Delete page
DELETE/openapi/2026-07/pages/:id
Delete a specific page using its unique identifier.
Request
Path Parameters
id int32required
The ID of the page to delete
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
statusint32
Status of the operation (0 for success)
{
"code": "string",
"message": "string",
"data": {
"status": 0
}
}