deleteComment<T> method
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);
Deletes a comment on a topic on a community's discussion board.
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('board.deleteComment', params);