Bulk delete folders
Delete multiple folders.
Authorization
Bearer AuthorizationBearer <token>
API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
DELETE '/v1/folders'.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/folders" \ -H "Content-Type: application/json" \ -d '{ "folder_ids": [ "c9c54c2c-7793-4b70-8b93-7e3771bbc0c0" ] }'{ "message": "string"}How is this guide?