Skip to main content
DELETE
/
features
/
{code}
/
privileges
/
{privilege_code}
Delete a feature privilege
curl --request DELETE \
  --url https://api-m.paypal.com/v1/commerce/billing/features/{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 identifier code of the feature containing the privilege to be deleted

privilege_code
string
required

The unique identifier code of the privilege to be removed from the feature. This must match an existing privilege code within the specified feature.

Response

Privilege was successfully removed from the feature and all associated entitlements

I