Skip to content

CancelSubscription

Source: src/AWS/QBusiness/CancelSubscription.ts

Runtime binding for the CancelSubscription operation (IAM action qbusiness:CancelSubscription), scoped to one Application.

Unsubscribes a user or group; the change takes effect at the next month boundary. Provide the implementation with Effect.provide(AWS.QBusiness.CancelSubscriptionHttp).

const cancel = yield* AWS.QBusiness.CancelSubscription(app);
yield* cancel({ subscriptionId });