Canceling Subscriptions

Access Endpoint URL: https://rest.everyware.com/api/Default/CancelSubscription [POST]

You can use the CancelSubscription method to cancel an existing subscription.

Inbound Parameters

Parameters should be passed in a single JSON-body object.

Parameter NameDescriptionOptional/Required
SubscriptionIDThe ID attached to the original subscription. It was returned in the "Data" parameter of the response to the CreateSubscription call.Required

Cancel Subscription Code Sample

{
  "subscriptionID": "123456"
}