Skip to main content
DELETE
/
v1
/
folders
/
{id}
Delete a folder
curl --request DELETE \
  --url https://api.example.com/v1/folders/{id} \
  --header 'Authorization: Bearer <token>'
"null"

Documentation Index

Fetch the complete documentation index at: https://developers.semji.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Path Parameters

id
string
required

Folder ID.

Response

204 - application/json
enum<string> | null

Default Response

Available options:
null