You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
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.