Skip to main content

Pause notification subscription

PATCH

Pauses a notification subscription for the caller's environment.

Parameters

  • id: required string path parameter; subscription identifier

Response

  • 200 OK

On success, the subscription status is updated to paused, pausedAt is set to the current time, and statusReason is set to manual.

Errors

  • 400: id was missing or not a valid object identifier
  • 404: subscription not found in the caller's environment

Examples

  • PATCH /v1/notifications/subscriptions/65f3b1d8e83b5d0a4af00c91/pause