Skip to main content
DELETE
Deactivate an external wallet

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

ID of the user.

Pattern: ^user_[A-Za-z0-9]+$
counterPartyId
string
required

Public ID of the counter party (prefixed with cpty_)

externalWalletId
string
required

Public ID of the external wallet (prefixed with extw_)

Response

External wallet deactivated successfully.

Confirmation that an external wallet was deactivated.

message
string
Example:

"External wallet deactivated successfully"