Delete File
Delete a file from storage
DELETE
Permanently deletes a file from storage.
Path Parameters
idstringrequiredThe file ID.
curl -X DELETE "https://api.example.com/v1/files/file_xyz" \
-H "Authorization: Bearer $TOKEN"{
"data": {
"id": "file_xyz",
"deleted": true
}
}