Deletes a file and removes its blob from storage.
Files & Storage
Deletes a file and removes its blob from storage.
DELETE
Deletes a file and removes its blob from storage.
Uploads a single file and attaches it to the specified owner entity. Returns the
created DataFile record so callers (CLI / SDK / migration scripts)
can capture the new file id without a follow-up list-and-filter call.
Previous
Retrieves a single file's metadata by its identifier. Useful when you have the
file id (e.g. from an upload response) and want to verify existence or fetch
metadata without listing the owner's full file list.
Next