Skip to content

Archive a workspace page

POST/api/v1/workspaces/{workspace_slug}/pages/{page_id}/archive/

Archive a workspace page and its subpages. A page must be archived before it can be deleted.

Path Parameters

workspace_slug:requiredstring

The workspace's unique slug.

page_id:requiredstring

The page UUID.

Scopes

write or wiki.pages:write

Archive a workspace page
bash
curl -X POST "https://api.plane.so/api/v1/workspaces/my-workspace/pages/page-uuid/archive/" -H "X-API-Key: $PLANE_API_KEY"
Response204

No response body.