# Delete User Wallet **DELETE /v1/auth/users/wallets/{wallet_id}/delete** Delete a read only imported wallet attached to a user. ## HTTP Request `DELETE /v1/auth/users/wallets/{wallet_id}/delete` ## Returns A successful response returns an object with `user_id` property. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Path parameters - **wallet_id** (string) Unique ID of the wallet to be deleted. Only read only imported wallet attached to a user can be deleted. ## Responses ### 200 #### Body: application/json (object) - **message** (string) Success message of the action. - **user_id** (string) Unique User ID of the deleted wallet. [Powered by Bump.sh](https://bump.sh)