Delete Layout
Layouts
Delete Layout
Delete a layout and its associated S3 bulk data
DELETE
Delete Layout
DELETE /layouts/
Permanently deletes a layout record and its associated bulk data from S3.Notes
- Requires workspace write access.
- The
layout_idpath parameter is the workspace-scoped layout index. - Deletes both the database record and any bulk data stored on S3.
- Returns
{"deleted": true}on success. - Returns
404if the layout does not exist in the current workspace.
