Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mutation RevokePromotionalEntitlement($input: RevokePromotionalEntitlementInput!) { revokePromotionalEntitlement(input: $input) { id } }
{ "input": { "customerId": "customer-123", "featureId": "feature-premium" } }
{ "data": { "revokePromotionalEntitlement": { "id": "promo-123" } } }
Show properties
PromotionalEntitlement