You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To delete a user, send a `DELETE /api/user` request with the user's name including the prefix. Deleting a user will invalidate the token.
189
189
@@ -214,7 +214,7 @@ The local API is used by HomeWizard to enable direct communication between HomeW
214
214
- Users created via the cloud can be revoked at any time, either by the cloud itself or through the [`DELETE /api/user`](#delete-user) endpoint.
215
215
- Disabling the cloud prevents the generation of cloud-generated users. For more details, see [cloud communication](/docs/v2/system#cloud-communication).
0 commit comments