voidPass
Void a pass
Marks a pass as invalidated and rebuilds the .pkpass file with Apple's voided: true flag.
Registered devices are sent push notifications so the pass appears voided immediately in Apple Wallet.
Rebuild failure is non-fatal — the pass is still invalidated at the DB level.
Scope: passes:manage
Maps to OpenAPI operationId voidPass — POST /manage-passes/{id}/void.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Pass ID. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. |