Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.DeleteGameTagOption

Jackson Wood edited this page Mar 6, 2019 · 12 revisions

APIClient.DeleteGameTagOption

public static void DeleteGameTagOption(DeleteGameTagOptionParameters parameters, Action successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
parameters The mod tags and categories to remove
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Removes mod tag options from the mod.io servers.

This function can delete individual tags or entire categories.

NOTE: You can also modify the mod tags available via the mod.io web interface. This is the recommended approach.

See also: docs.mod.io page, ModIO.APIClient.gameId

Clone this wiki locally