Unsubscribe From Mod
DELETE/games/:game-id/mods/:mod-id/subscribe
Unsubscribe the authenticated user from the corresponding mod. No body parameters are
required for this action. Successful request will return 204 No Content
.
NOTE: Users can unsubscribe
from mods via mod.io, we recommend you poll or call the Get Mod Events endpoint when
needed, to keep a users mods collection up to date.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
400 | 15005 | The requested user is not currently subscribed to the requested mod. |
Responses
- 204
- 400
Successful Request. No Body Returned.
The requested user is not currently subscribed to the requested mod.