The Docs API currently supports creating and editing pages, but there's no endpoint to delete a page from a Doc.
We're syncing content from an external CMS to ClickUp Docs. When content is deleted in our CMS, we'd like to remove the corresponding page in ClickUp via the API.
Currently our only workaround is renaming the page with a [DELETED] prefix — the page still exists and has to be cleaned up manually.
A DELETE /api/v3/workspaces/{workspace_id}/docs/{doc_id}/pages/{page_id} endpoint would complete the CRUD lifecycle for the Docs API.