feat(cli): add coder users delete command (#10115)

This commit is contained in:
Colin Adler
2023-10-09 11:47:57 -05:00
committed by GitHub
parent 24c80bf532
commit 9e622d00a6
15 changed files with 247 additions and 14 deletions
+3 -3
View File
@@ -346,9 +346,9 @@ curl -X GET http://coder-server:8080/api/v2/users/{user} \
### Parameters
| Name | In | Type | Required | Description |
| ------ | ---- | ------ | -------- | -------------------- |
| `user` | path | string | true | User ID, name, or me |
| Name | In | Type | Required | Description |
| ------ | ---- | ------ | -------- | ------------------------ |
| `user` | path | string | true | User ID, username, or me |
### Example responses