#### URL Expired

The URL for this request expired after 30 days.

### User ID

**id**  
*int64*  
*required*  
*id of the user*

### Responses

#### `200` OK  
#### `401` Unauthorized  
#### `403` Forbidden  
#### `500` Internal Error  
#### `default` Error

---

### Shell Command Example

```shell
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/users/id/reset \
     --header 'accept: application/json'
```

**Base URL**  
`https://api.your-wallet.blockdaemon-wallet.com/api/users/{id}/reset`

---
