Power BI Connector for BigCommerce

Build 26.0.9655

CancelSubscription

Cancels a subscription.

Stored Procedure-Specific Information

You can cancel a subscription for a merchant. To cancel the subscription, you must specify the following parameters: Id. The following example shows how to cancel a subscription.

EXECUTE CancelSubscription Id='bc/account/subscription/123456'

Input

Name Type Required Description
Id String True The ID of the Subscription.

Result Set Columns

Name Type Description
Success Boolean Indicates whether or not the operation executed successfully.
Details String Any extra details on the operation's execution.
SubscriptionId String The ID of the cancelled subscription.
CancelledAt Datetime The date the subscription will be cancelled.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655