Skip to main content
DELETE
/
subscriptions
/
{external_id}
/
entitlements
/
{feature_code}
Remove an entitlement from a subscription
curl --request DELETE \
  --url https://api-m.paypal.com/v1/commerce/billing/subscriptions/{external_id}/entitlements/{feature_code} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Path Parameters

external_id
string
required

The external ID of the subscription

feature_code
string
required

The unique code of the feature

Response

Override removed successfully

I