curl -X POST https://api.getagentdrive.com/v0/files/bulk-delete \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "file_ids": ["file_abc123", "file_def456", "file_ghi789"] }'
{ "deleted": ["file_abc123", "file_def456"], "failed": ["file_ghi789"] }
Delete multiple files in a single request.
Documentation IndexFetch the complete documentation index at: https://docs.getagentdrive.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getagentdrive.com/llms.txt
Use this file to discover all available pages before exploring further.