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

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");