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)
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?