For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Delete a file

DELETE 

/files/:fileKey

Soft-deletes the file with the given file key. The file is moved to the recently deleted state and can be recovered until the retention period expires and the scheduled cleanup job runs. To permanently and irreversibly remove a file, use DELETE /files/{fileKey}/permanent instead.

Request

Responses

The file was deleted successfully.