Untag Wallet

DELETE /wallets/{walletId}/tags

Removes the specified tags from a wallet.

Required Permissions

NameConditions

Wallets:Tags:Delete

Always Required

Path parameters

Path parameterDescription

walletId

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

Request body

PropertyTypeDescription

tags*

List of String

The tags to remove from the wallet

{
  "tags": ["DepositWallet"]
}

200 Response

{}

Last updated