Revoke a user entitlement
Entitlements
Revoke a user entitlement
Revokes a previously granted entitlement from a user. Only entitlements whose source is manual can be revoked. Returns 204 on success, 404 if the entitlement is not active for the user, and 422 paid_entitlement when the entitlement came from a paid purchase (store or Stripe).
DELETE
Revoke a user entitlement
Authorizations
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Path Parameters
User identifier.
Entitlement identifier.
Response
Entitlement revoked