v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.NotificationService

DeleteNotifications

Deletes notifications.

Examples

  • Delete a single notification:

    notificationIds:
      - "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    
  • Delete multiple notifications:

    notificationIds:
      - "d2c94c27-3b76-4a42-b88c-95a85e392c68"
      - "a1b2c3d4-5e6f-7890-abcd-ef1234567890"
    
post/gitpod.v1.NotificationService/DeleteNotifications

Request body

notificationIdsstring[]

Response

Success

GitpodV1DeleteNotificationsResponse required