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

ModIO.APIClient.DeleteModMedia

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

APIClient.DeleteModMedia

public static void DeleteModMedia(int modId, DeleteModMediaParameters parameters, Action successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId Mod to remove the media from
parameters Media to be removed from the mod
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Deletes mod media from a mod on the mod.io servers.

Deletes images, sketchfab or youtube links from a mod profile as per the values provided. A successful request will return a confirmation APIMessage.

See also: docs.mod.io page

Clone this wiki locally