Untag Wallet
DELETE /wallets/{walletId}/tags
Removes the specified tags from a wallet.
Required Permissions
Name
Conditions
Wallets:Tags:Delete
Always Required
Parameters
Path parameters
Path parameter
Description
walletId
Unique identifier of the wallet.
Request Body
Field
Description
Type
tags
The tags to remove from the wallet
Array<String>
Example
{
"tags": ["deposit"]
}
Response Body
200 Success
{}
Last updated