Skip to main content
POST
/
api
/
file
/
remove
删除文件
curl --request POST \
  --url https://api.example.com/api/file/remove \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": ""
}'
{}

Headers

Authentication
string
required

Body

application/json
id
string
required

Response

200 - application/json

The response is of type object.