curl -X DELETE https://api.getagentdrive.com/v0/files/file_xyz789 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true
}
Files
Delete File
Permanently delete a file.
DELETE
/
v0
/
files
/
{id}
curl -X DELETE https://api.getagentdrive.com/v0/files/file_xyz789 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true
}
