cURL
curl --request DELETE \ --url https://api.anycheck.ai/folders/{id} \ --header 'Authorization: Bearer <token>'
200
Example
{ "message": "successfully deleted data" }
Delete a folder (soft delete)
Documentation IndexFetch the complete documentation index at: https://docs.fintelite.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from /auth/login endpoint.
/auth/login
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Folder ID
Folder deleted successfully
"successfully deleted data"
Was this page helpful?