{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Trees API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Trees", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Delete Page Tree", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/pageTree", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the content which forms root of the page tree, to be deleted." } ] }, "docs": "This API operation permanently deletes an entire page tree in Atlassian Confluence, starting from the specified page ID and including all of its child pages and descendants. When executed via a DELETE request to the endpoint, it removes not just the target page but cascades the deletion through the complete hierarchical structure beneath it, making it a powerful but potentially destructive operation that should be used with caution. The operation requires appropriate permissions and the page ID " } ] } ], "bundled": true }