destroyFollowSuggestion abstract method

Future<MastodonResponse<Empty>> destroyFollowSuggestion({
  1. required String accountId,
})

Remove an account from follow suggestions.

Parameters

  • accountId: The ID of the Account in the database.

Endpoint Url

  • DELETE /api/v1/suggestions/:account_id HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read

Reference

Implementation

Future<MastodonResponse<Empty>> destroyFollowSuggestion({
  required String accountId,
});