Skip to main content
DELETE
/
plans
/
{code}
/
entitlements
/
{feature_code}
/
privileges
/
{privilege_code}
Remove a privilege from an entitlement
curl --request DELETE \
  --url https://api-m.paypal.com/v1/commerce/billing/plans/{code}/entitlements/{feature_code}/privileges/{privilege_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

code
string
required

The unique code of the plan

feature_code
string
required

The unique code of the feature

privilege_code
string
required

The unique code of the privilege to remove

Response

Privilege removed successfully

I