# Delete a wallet

Delete a wallet by ID (A wallet can only be deleted if it is in PROVISIONING_FAILED status)

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

## Path parameters:

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

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

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


