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"
}

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"