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 subscription endpoint takes the OMS Integration API Key.

Authorization: "Api-Key {{ oms_integration_api_key }}"

Endpoint

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

Body

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

Response

N/A