Unsubscribe customer from plan

Cancels the renewal of an active order for a customer's plan subscription. The order will remain active until the cancellation date.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

planIdstringRequiredformat: "uuid"
The ID of the plan

Query parameters

customerExternalIdstringRequired
The external ID of the customer

Response

Customer unsubscribed from plan successfully
orderIdstringformat: "uuid"
The ID of the order
amendmentIdstringformat: "uuid"
The ID of the amendment record
versioninteger
The new version of the order after the amendment
endDatedatetime
The new end date of the order
effectiveDatedatetime
The effective date of the cancellation

Errors