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