destroyAllNotifications abstract method

Future<MastodonResponse<Empty>> destroyAllNotifications()

Clear all notifications from the server.

Endpoint Url

  • POST /api/v1/notifications/clear HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • write:notifications

Reference

Implementation

Future<MastodonResponse<Empty>> destroyAllNotifications();