Skip to main content
DELETE
/
layouts
/
{layout_id}
Delete Layout
curl --request DELETE \
  --url https://api.example.com/layouts/{layout_id}

DELETE /layouts/

Permanently deletes a layout record and its associated bulk data from S3.

Notes

  • Requires workspace write access.
  • The layout_id path 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 404 if the layout does not exist in the current workspace.
This action is irreversible. The layout and all associated bulk data will be permanently removed.