Terminates subscription products

post

/ccstore/v1/selfservice/subscriptionProducts/terminate

Terminates the specified subscription products

Request

Supported Media Types
Body ()
Request payload to terminate subscription products
Root Schema : terminateSubscriptionProductsRequest
Type: object
Show Source
Example:
{
    "cart":{
        "items":[
            {
                "reason":"Reason for termination",
                "comment":"Comment for termination",
                "rootAssetKey":"abo_6da32e86-02be-487b-8e41-c4494a46e34c14",
                "effectiveDate":"2025-06-25"
            },
            {
                "reason":"Reason for termination",
                "comment":"Comment for termination",
                "rootAssetKey":"abo_6da32e86-02be-487b-8e41-c4494a46e34c15",
                "effectiveDate":"2025-06-25"
            }
        ]
    }
}
Nested Schema : cart
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : subscriptionProductTerminateRequestItem
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful response
Body ()
Root Schema : terminateSubscriptionProductsResponse
Type: object
Show Source
Example Response (application/json)
{
    "transactionId":"21275813"
}

400 Response

Bad request

500 Response

Internal server error
Back to Top