Skip to main content
DELETE
/
api
/
v1
/
common
/
file
Delete File
curl --request DELETE \
  --url https://api.example.com/api/v1/common/file \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

path
string
required

Response

Successful Response

success
boolean
required
data
unknown