Notifications

Delete multiple notifications

Delete multiple notifications owned by the current account.

Body

  • ids array of notification IDs to delete.
delete/notifications/bulk

Request body

idsinteger[] required

Notification IDs to delete.

Example request

{
  "ids": [
    12,
    34,
    56
  ]
}

Response

Notifications deleted successfully.

{"stackTrail":"paths:/notifications/bulk:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.