delete
Remove a suggestion

https://CounterSocial.example/api/v1/suggestions/:account_id

Remove an account from follow suggestions.

Returns: n/a
OAuth: User token + read
Version history:
2.4.3 - added

Request

Path Parameters
:id
required
string
id of the account in the database to be removed from suggestions
Headers
Authorization
required
string
Bearer

Response

200: Success

A successful call will return an empty object. Note the call will be successful even if the account id provided is invalid or is not a suggested account.

{}

401: Unauthorized

{
  "error": "The access token is invalid"
}

Last updated December 27, 2020 ?? Improve this page