Deletes specified wallets associated with the authenticated user.
_id
). This permanently removes the wallet record, including its address, slot name, and associated private key, from the system.
Parameter | Type | Required | Description |
---|---|---|---|
walletIds | Array of strings | Yes | An array containing the internal IDs (_id ) of the wallets to delete. |
walletIds
array is missing or empty in the request body.
User
server (Port 5000).GeneralWalletData
collection.walletIds
and attempts to delete each one, ensuring the user owns the wallet before deletion.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success response indicating wallets were deleted.
The response is of type object
.