Delete Mod Media
DELETE/games/:game-id/mods/:mod-id/media
Delete images, sketchfab or youtube links from a mod profile. Successful request will return 204 No Content
.
NOTE: You can also delete media from your mod's profile on the mod.io website. This is the easiest way.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15036 | The authenticated user does not have permission to delete media from 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 media from this mod, this action is restricted to team managers & administrators only.