v1
latestOpenAPI 3.1.02026-07-241080412.6 KBTerminate a pass [Beta]
Use this endpoint to terminate a pass using its ID.
post/passes/{passId}/terminate
Path parameters
passIdinteger required
Pass identifier in Cleeng.
Headers
Content-Typestring
application/json
Request body
Response
200
Example response
{
"passId": 123456789,
"customerId": 123123123,
"status": "terminated",
"offerId": "P987654321_PL",
"expiresAt": 1713273647,
"paymentMethodId": 111222333,
"externalId": "externalId",
"isExternallyManaged": true,
"source": "samsung"
}