files
Delete file
Delete a specific file by its ID.
Removes the file from every store that references it (cleaning up chunks and store stats) before deleting the file object itself.
Args: file_id: The ID of the file to delete.
Returns: FileDeleted: The response containing the details of the deleted file.
delete/v1/files/{file_id}
Path parameters
file_idstring uuid required
The ID of the file to delete
The ID of the file to delete
Response
The details of the deleted file
Changes
No recorded changes to this endpoint across all 17 revisions of this API.