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 Name | Description | Optional/Required |
---|---|---|
SubscriptionID | The 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"
}
Updated 8 months ago