Update API pages with v0.23.3 (#91)

* Update API pages with v0.23.3

* update user delete api description

---------

Co-authored-by: netbirddev <dev@netbird.io>
This commit is contained in:
Maycon Santos
2023-09-23 11:22:19 +02:00
committed by GitHub
parent 971d6c7aba
commit b54abbfa79
2 changed files with 6 additions and 2 deletions

View File

@@ -816,11 +816,11 @@ echo $response;
---
## Block a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
<Row>
<Col>
This method blocks a user from accessing the system, but leaves the IDP user intact.
This method removes a user from accessing the system. For this leaves the IDP user intact unless the `--user-delete-from-idp` is passed to management startup.
#### Path Parameters
<Properties>