Remove File
DELETE
/file/removeRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
fileKey
string
required
File Key
Example
{
"fileKey": "xxx"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
success
Example
{
"code": "0",
"data": {
"success": true
}
}
Last modified: 7 months ago