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 Jul 26, 2018 · 15 revisions

APIClient.DeleteMod

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

Parameters

Name Description
modId
successCallback
errorCallback

Description

Delete a mod profile. Successful request will return 204 No Content and create a ModIO.ModEvent with the type ModIO.ModEventType.ModUnavailable.

This will close the mod profile which means it cannot be viewed or retrieved via API requests but will still exist in-case you choose to restore it at a later date. A mod can be permanently deleted via the website interface.

Clone this wiki locally