Notifications

Clear all in-app notifications for the authenticated user

DELETE
/users/me/notifications/inbox

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Response Body

application/json

curl -X DELETE "https://example.com/users/me/notifications/inbox"
{  "deleted": true}
Empty