Skip to main content
Version: 202201

Delete File

DELETE 

/openapi/2022-01/file/:file_uri

This API deletes a specific file identified by its file_uri. It sends a DELETE request to the backend server, and upon success, the file is permanently removed from the system.

Request

Path Parameters

    file_uri stringrequired

    A unique identifier of the file to delete, formatted as a valid URI string representing the file’s path.

Responses

200

No schema