Skip to main content
DELETE
/
folders
/
{id}
Delete folder
curl --request DELETE \
  --url https://api.anycheck.ai/folders/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "successfully deleted data"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

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

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login endpoint.

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Path Parameters

id
string<uuid>
required

Folder ID

Response

Folder deleted successfully

message
string
Example:

"successfully deleted data"