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

ModIO.APIClient.DeleteMod

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

APIClient.DeleteMod

public static void DeleteMod(int modId, Action successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId Id of the mod to be deleted
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Deletes a mod profile from the mod.io servers.

Sets the status of a mod profile to Deleted. This will close the mod profile meaning it cannot be viewed or retrieved via API requests but will still exist on the servers, allowing it to be restored at a later date. A successful request will generate a ModUnavailableModEvent.

NOTE: A mod may be permanently removed from the mod.io servers via the website interface.

See also: docs.mod.io page

Clone this wiki locally