# Delete a wallet tag

Delete a wallet tag from a wallet

Endpoint: DELETE /v2/vaults/{vaultId}/wallets/{walletId}/tags
Version: 2.0
Security: TokenAuth

## Path parameters:

  - `vaultId` (string, required)
    The vault ID

  - `walletId` (string, required)
    The wallet ID

## Query parameters:

  - `tag` (string, required)
    The tag

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


