Physical Card Order
Cancel a Physical Card Order
This endpoint transitions the card order to the cancelled state.
post/api/v1/order/{orderId}/cancel
Path parameters
orderIdstring required
The unique identifier of the card order to cancel.
Response
Card order successfully cancelled.
Example response
{
"ok": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.