Delete Page
DELETE
/pages/{route}
Delete a page and optionally its children.
Parameters
| Name | Type | Description |
|---|---|---|
| route required | string | The page route to delete |
| children optional | boolean |
Also delete child pages
Default:
true |
| lang optional | string | Delete only a specific language version |
Response Codes
204
Page deleted
401
Unauthorized
404
Page not found
422
Validation error