Skip to main content
Version: v1

POST Cancel Subscription

If a subscription has been registered in Beam’s system, this method can be used to note that the subscription is ended or has been cancelled.

Authorization

The cancel or end a subscription endpoint takes the server API key.

Authorization: "Api-Key {{Server API Key provided by Beam}}"

Endpoint

POST https://api.beamimpact.com/api/v3/cancelSubscription

Body

{
"remoteSubscriptionId": "{{ subscriptionId }}" // String, required
}

Response

N/A