Skip to content

Delete a workspace page attachment

DELETE/api/v1/workspaces/{workspace_slug}/pages/{page_id}/attachments/{attachment_id}/

Soft-delete an attachment from an editable workspace page. Later metadata and download requests return 404. Locked or archived pages cannot be changed.

Path Parameters

workspace_slug:requiredstring

The workspace's unique slug.

page_id:requiredstring

The workspace page UUID.

attachment_id:requiredstring

The attachment asset UUID.

Scopes

write or wiki.pages:write

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

No response body.