Skip to main content
DELETE
/
v1
/
files
/
{file_id}
await client.files.delete("file_abc123");

Documentation Index

Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

file_id
string
required
The unique identifier of the file to delete.

Response

Returns 204 No Content on success. The file is removed from storage and its metadata is deleted.
If a table was created using this file, the table and its extracted data are not affected. Only the original source file is deleted.
await client.files.delete("file_abc123");