Delete Modfile
DELETE/games/:game-id/mods/:mod-id/files/:file-id
Delete a modfile. Successful request will return 204 No Content
.
NOTE: A modfile can never be removed if it is the current active release for the corresponding mod regardless of user permissions. Furthermore, this ability is only available if you are authenticated as the game administrator for this game or are the original uploader of the modfile.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15008 | The authenticated user does not have permission to delete modfiles for the specified mod, ensure the user is a team manager or administrator. |
403 | 15009 | The live modfile for a mod cannot be deleted. |
Responses
- 204
- 403
Successful Request. No Body Returned.
The authenticated user does not have permission to delete modfiles for the specified mod, ensure the user is a team manager or administrator.