resetFilterableAttributes method

Future<Task> resetFilterableAttributes()

Reset filterable attributes of the index.

Implementation

Future<Task> resetFilterableAttributes() async {
  return await _getTask(
      http.deleteMethod('/indexes/$uid/settings/filterable-attributes'));
}