Skip to content

Delete a project page

DELETE/api/v1/workspaces/{workspace_slug}/projects/{project_id}/pages/{page_id}/

Delete a project page. Archive the page first; deleting an active page returns 400.

Path Parameters

workspace_slug:requiredstring

The workspace's unique slug.

project_id:requiredstring

The project UUID.

page_id:requiredstring

The page UUID.

Scopes

write or projects.pages:write

Delete a project page
bash
curl -X DELETE "https://api.plane.so/api/v1/workspaces/my-workspace/projects/project-uuid/pages/page-uuid/" -H "X-API-Key: $PLANE_API_KEY"
Response204

No response body.