Endpoint
Path Parameters
The unique identifier of the page to delete. You can retrieve this from the List Pages endpoint.
Request Example
A successful delete request returns
204 No Content with an empty response body — there is nothing to parse or deserialize. Make sure your HTTP client handles empty responses without throwing an error.Response
A successful deletion returns204 No Content with no response body.
| Status | Body | Meaning |
|---|---|---|
204 No Content | (empty) | The page was found and successfully deleted. |
401 Unauthorized | Error object | Your API key is missing or invalid. |
403 Forbidden | Error object | Your API key does not have permission to delete this page. |
404 Not Found | Error object | No page with the given ID exists in this workspace. |
Error Responses
Page not found (404):
403):