deleteComment<T> method

Future<ApiResponse<T>> deleteComment<T>(
  1. Map<String, Object> params
)

Deletes a comment on a topic on a community's discussion board.

Implementation

Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
    _api.request<T>('board.deleteComment', params);