Skip to main content
DELETE
/
v1
/
folders
/
{shortId}
Delete folder
curl --request DELETE \
  --url https://api.uselora.com/v1/folders/{shortId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "requestId": "<string>",
  "code": "<string>",
  "traceId": "<string>"
}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shortId
string
required

Folder short ID. 8-char Crockford-base32 handle (no i/l/o/u).

Pattern: ^[0-9abcdefghjkmnpqrstvwxyz]{8}$
Example:

"a1b2c3d4"

Response

Folder deleted (no body).