# Wallet Management

## DELETE /wallet

> Delete wallet account

```json
{"openapi":"3.0.0","info":{"title":"Wallet API","version":"1.0"},"security":[{"oneclick-jwt":[]}],"components":{"securitySchemes":{"oneclick-jwt":{"scheme":"bearer","bearerFormat":"JWT","type":"http","description":"One-Click access token (Authorization: Bearer <JWT>)"}}},"paths":{"/wallet":{"delete":{"operationId":"AppController_deleteWallet","parameters":[],"responses":{"204":{"description":""}},"summary":"Delete wallet account","tags":["Wallet Management"]}}}}
```
