Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /v1/files/
DELETE /v1/files/{file_id}
curl -X DELETE https://api.vonative.com/v1/files/file-uuid-1234 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": null, "message": "File deleted successfully" }
404