Untag Wallet

DELETE /wallets/{walletId}/tags

Removes the specified tags from a wallet.

Required Permissions

Name
Conditions

Wallets:Tags:Delete

Always Required

Path parameters

Path parameter
Description

walletId

Unique identifier of the Wallet. ex. wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx

Request body

Property
Type
Description

tags*

List of String

The tags to remove from the wallet

{
  "tags": ["DepositWallet"]
}

200 Response

{}

Last updated