Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Release a points reservation

POST/wallets/{id}/unreserve
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idintegerrequired
Request body
requiredapplication/json
reference_codestringrequired
amountinteger
Optional — if given, must match the reservation's amount.
Responses
200Reservation released
422No matching reservation, or amount mismatch
Request
curl -X POST "https://api.onbolder.com/v2/wallets/0/unreserve" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "reference_code": "string",
  "amount": 0
}'
Response
Reservation released