Delete file
DELETE/files/{id}
DELETE
/files/{id}
Permanently delete a file from storage. This removes both the file content and its associated metadata.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
Unique identifier of the file to delete
Responses
Section titled “Responses”File successfully deleted
default
Section titled “default”Error occurred during file deletion
Error information returned by the API.
object
error
Error details.
object
message
required
Human-readable error message.
string
Example
File not founddata
Additional data related to the error, if any.
object
key
additional properties
any