Documentation Index
Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Delete files
Delete an individual file from a vault without deleting the entire vault. Deletion removes the file from GCS and invalidates the CDN URL.- SDK
- cURL
What deletion does
- Removes the file object from GCS immediately
- CDN cache is invalidated within minutes
- File record removed from vault manifest
- Storage quota is freed
Deleting from a sealed vault
You can delete files from sealed vaults. The vault remains sealed — only the file is removed:Error handling
| Error | Status | Cause | Resolution |
|---|---|---|---|
file-not-found | 404 | File ID doesn’t exist or already deleted | No action needed |
vault-expired | 404 | Vault has expired (files already gone) | No action needed |
Related
- Upload files — add files to a vault
- Download files — CDN URL details
- Delete a vault — delete the entire vault and all files

