Release an unused reservation
Invoice Series
Release Reservation
Give up a pending reservation the device no longer plans to use.
POST
Release an unused reservation
Overview
Flips apending reservation to released. Called by the mobile app when the user discards an offline draft before it was synced.
Path parameters
The
reservation_token returned by Reserve Numbers.Response
Returns the updated reservation object withstatus = 'released'.
Errors
| Code | Meaning |
|---|---|
resource_missing | Token does not exist or belongs to another firm. |
forbidden | Token belongs to a different device — only the owning device can release. |