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

ModIO.APIClient.DeleteModKVPMetadata

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

APIClient.DeleteModKVPMetadata

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

Parameters

Name Description
modId Mod to submit tags from
parameters KVP data to remove from the mod
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Deletes KVP metadata from a mod.

See also: docs.mod.io page

Clone this wiki locally