POST
/
api
/
wallets
/
holds
/
{hold_id}
/
void
curl --request POST \
  --url http://localhost:55001/api/wallets/holds/{hold_id}/void \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string

Use an idempotency key

Path Parameters

hold_id
string
required

Response

204

Hold successfully cancelled, funds returned to wallet