Delete folder
Folders
Delete folder
Deletes a folder. Re-deleting an already-deleted folder returns not_found. The workspace’s default folder cannot be deleted, and folders that still contain shortcuts return folder_not_empty.
DELETE
Delete folder
Documentation Index
Fetch the complete documentation index at: https://uselora.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Folder short ID. 8-char Crockford-base32 handle (no i/l/o/u).
Pattern:
^[0-9abcdefghjkmnpqrstvwxyz]{8}$Example:
"a1b2c3d4"
Response
Folder deleted (no body).