Skip to main content
POST
/
external_wallets
/
{id}
/
archive
cURL
curl --request POST \
  --url https://sandbox.onconsul.com/v1/external_wallets/{id}/archive \
  --header 'Authorization: Bearer <token>'
{}
Archive an external wallet so it can no longer be used for payouts.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

The response is of type object.