Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stigg.io/llms.txt

Use this file to discover all available pages before exploring further.

Revokes a previously granted promotional entitlement from a customer.

Mutation

mutation RevokePromotionalEntitlement($input: RevokePromotionalEntitlementInput!) {
  revokePromotionalEntitlement(input: $input) {
    id
  }
}

Parameters

input
RevokePromotionalEntitlementInput
required
Input for revoking a promotional entitlement

Return Type

Returns the revoked PromotionalEntitlement with its ID.