DELETE
/
api
/
v3
/
files
/
{fileId}
Delete file
curl --request DELETE \
  --url https://apix.us.amity.co/api/v3/files/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "fileId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

fileId
string
required

File id

Maximum length: 50

Response

200
application/json

File Information

The response is of type object.