Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
File id
Maximum length:
50curl --request DELETE \
--url https://apix.us.amity.co/api/v3/files/{fileId} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"fileId": "<string>"
}
}Delete file (also remove from cloud). Only uploader and admin can remove.
curl --request DELETE \
--url https://apix.us.amity.co/api/v3/files/{fileId} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"fileId": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
File id
50