FILE.DELETE
POST
To delete a file
Request
- application/json
Body
action stringrequired
Default value: file.delete
The action
_key stringrequired
The file _key
Responses
- 200
Example response
- application/json
- Schema
- Example (from schema)
Schema
data object
_key string
The file _key
change
Possible values: [updated
, deleted
, error
]
the changed that occured. Values: updated|deleted|error
{
"data": {
"_key": "string"
}
}
Loading...