Delete Mod
DELETE/games/:game-id/mods/:mod-id
Delete a mod profile. Successful request will return 204 No Content
and fire a MOD_UNAVAILABLE event.
NOTE: This will close the mod profile which means it cannot be viewed or retrieved via API requests but will still exist in-case you choose to restore it at a later date. If you wish to permanently delete a mod you have access rights to, you must do it via the mods profile page on the mod.io website.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15019 | The authenticated user does not have permission to delete this mod, this action is restricted to team managers & administrators only. |
Responses
- 204
- 403
Successful Request. No Body Returned.
The authenticated user does not have permission to delete this mod, this action is restricted to team managers & administrators only.