| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

# Delete a User

- If `reassign_user_id` is provided, then all the **Booked Slots** of the user-to-deleted will get reassigned to this **Reassign User**.

### Parameters

| Name                | Type   | Required | Description       |
| ------------------- | ------ | -------- | ----------------- |
| id                  | string | Yes      | User ID           |
| reassign_user_id    | string | No       | Reassign-User ID  |

### Response

```json
{
  "status": "200",
  "message": "ok"
}
```

### Example CURL Command

```bash
curl --request DELETE \
     --url https://api.fountain.com/v2/users/id
```

### Code Samples

- Shell
- Node
- Ruby
- PHP
- Python
