Void a grant, removing it from the customer’s balance. This operation is idempotent — voiding an already-voided grant returns the voided grant without error.
API key authentication
The unique identifier of the entitlement
^ent_[a-zA-Z0-9]+$The unique identifier of the grant
Grant successfully voided (or already voided).
grant Unique identifier for the grant.
^grt_[a-zA-Z0-9]+$The entitlement this grant belongs to.
^ent_[a-zA-Z0-9]+$The number of credits granted.
When the grant becomes effective.
When the grant was created.
The recurrence interval (ISO 8601 duration) if this is a recurring grant. Null for one-time grants.
The idempotency key used when creating this grant. Null if not provided.
When the grant expires. Null means no expiration.
When the grant was voided. Null means the grant is active.