mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(cli): add coder users delete command (#10115)
This commit is contained in:
Generated
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user