Skip to main content

Delete a file

DELETE 

/file/:name

Delete a file from the Object Store.

Request

Path Parameters

    name stringrequired

    Possible values: non-empty and <= 255 characters

    The name of the file in the Object Store.

Responses

File deleted successfully.

Schema

    name stringrequired

    The name of the deleted file.

    deleted booleanrequired

    Whether the file was deleted.

Loading...