> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Layout

> Delete a layout and its associated S3 bulk data

# DELETE /layouts/{layout_id}

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.

<Warning>This action is irreversible. The layout and all associated bulk data will be permanently removed.</Warning>
