Notifications

Delete a notification

Delete a specific notification by its ID for the authenticated user.

DELETE
/notifications/{notification_id}
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

notification_idstring

Response Body

Examples

curl -X DELETE "https://loading/notifications/string"
{
  "data": {},
  "id": 0,
  "name": "string",
  "timestamp": 0
}
Empty