chore: revert status code change for delete users endpoint (#14168)

Revert from https://github.com/coder/coder/pull/13870
This commit is contained in:
Steven Masley
2024-08-05 13:10:56 -05:00
committed by GitHub
parent 4e0cb60eeb
commit b80d99550a
5 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -426,9 +426,9 @@ curl -X DELETE http://coder-server:8080/api/v2/users/{user} \
### Responses
| Status | Meaning | Description | Schema |
| ------ | --------------------------------------------------------------- | ----------- | ------ |
| 204 | [No Content](https://tools.ietf.org/html/rfc7231#section-6.3.5) | No Content | |
| Status | Meaning | Description | Schema |
| ------ | ------------------------------------------------------- | ----------- | ------ |
| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | |
To perform this operation, you must be authenticated. [Learn more](authentication.md).