deleteComment<T> method
Deletes a comment on a post on a user wall or community wall.
Implementation
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.deleteComment', params);
Deletes a comment on a post on a user wall or community wall.
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.deleteComment', params);