Skip to main content

FILE.DELETE

POST 

To delete a file

Request

Body

    action stringrequired

    Default value: file.delete

    The action

    _key stringrequired

    The file _key

Responses

Example response

Schema
    data object
    _key string

    The file _key

    change

    Possible values: [updated, deleted, error]

    the changed that occured. Values: updated|deleted|error

Loading...