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

ModIO.APIClient.DeleteModComment

Jackson Wood edited this page Feb 20, 2019 · 8 revisions

APIClient.DeleteModComment

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

Parameters

Name Description
modId
commentId
successCallback
errorCallback

Description

Submits a delete request for a mod comment.

Clone this wiki locally