+ Response Details
+ | Status Code | Description | Response Headers |
+ | 200 | Returns an SuccessFlag object. | - |
+ | 401 | Error response due to missing auth cookie. | - |
+ | 403 | Error response due to missing Administrator credentials. | - |
+
+ */
+ public okhttp3.Call deleteModerationReportCall(@javax.annotation.Nonnull String moderationReportId, final ApiCallback _callback) throws ApiException {
+ String basePath = null;
+ // Operation Servers
+ String[] localBasePaths = new String[] { };
+
+ // Determine Base Path to Use
+ if (localCustomBaseUrl != null){
+ basePath = localCustomBaseUrl;
+ } else if ( localBasePaths.length > 0 ) {
+ basePath = localBasePaths[localHostIndex];
+ } else {
+ basePath = null;
+ }
+
+ Object localVarPostBody = null;
+
+ // create path and map variables
+ String localVarPath = "/moderationReports/{moderationReportId}"
+ .replace("{" + "moderationReportId" + "}", localVarApiClient.escapeString(moderationReportId.toString()));
+
+ List