Skip to main content

Delete Mod Tags

DELETE 

/games/:game-id/mods/:mod-id/tags

Delete tags from a mod's profile. Deleting tags is identical to adding tags except the request method is DELETE instead of POST. Successful request will return 204 No Content.

Request

Error Codes

Status CodeError RefDescription
40315038The authenticated user does not have permission to delete tags for the specified mod. Ensure the user is part of the mod team before attempting the request again.

Responses

Successful Request. No Body Returned.