Skip to main content

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 CodeError RefDescription
40015005The requested user is not currently subscribed to the requested mod.

Responses

Successful Request. No Body Returned.