ApiPasses
Revoke Pass
Revokes a Pass
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
pass_id*string
Header Parameters
Members-Context?|
Members organization id (org_…) when the client has multiple organizations.
Response Body
application/json
application/json
curl -X POST "https://api.members.dev/v1/passes/string/revoke"{
"id": "string",
"organization_id": "string",
"wallet_serial_number": "string",
"google_wallet_url": "string",
"apple_wallet_pass": "string",
"share_url": "string",
"revoked_at": {},
"created_at": null,
"updated_at": null
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}