Permanently delete a file. This removes the file from storage and the database, and reclaims the storage quota.
curl --request DELETE \
--url https://app.mavera.io/api/v1/files/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "file",
"deleted": true
}Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://app.mavera.io/api/v1/files/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "file",
"deleted": true
}