deleteLink<T> method

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

Allows to delete a link from the community.

Implementation

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