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

ModIO.APIClient.DeleteModDependencies

Jackson Wood edited this page Jul 31, 2018 · 8 revisions

APIClient.DeleteModDependencies

public static void DeleteModDependencies(int modId, DeleteModDependenciesParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId Mod to add dependencies to
parameters Dependency data to remove
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Removes dependencides from a mod.

Clone this wiki locally