# subscriptionContractCancel - customer - MUTATION Version: 2025-01 ## Description Cancels a Subscription Contract. ### Access Scopes ## Arguments * [subscriptionContractId](/docs/api/customer/2025-01/scalars/ID): ID! - The ID of the Subscription Contract to cancel. ## Returns * [contract](/docs/api/customer/2025-01/objects/SubscriptionContract): SubscriptionContract The canceled Subscription Contract. * [userErrors](/docs/api/customer/2025-01/objects/SubscriptionContractStatusUpdateUserError): SubscriptionContractStatusUpdateUserError! The list of errors that occurred from executing the mutation. ## Examples