Skip to content

Delete Notification Subscription

workdocs_delete_notification_subscription R Documentation

Deletes the specified subscription from the specified organization

Description

Deletes the specified subscription from the specified organization.

Usage

workdocs_delete_notification_subscription(SubscriptionId,
  OrganizationId)

Arguments

SubscriptionId

[required] The ID of the subscription.

OrganizationId

[required] The ID of the organization.

Value

An empty list.

Request syntax

svc$delete_notification_subscription(
  SubscriptionId = "string",
  OrganizationId = "string"
)