Skip to main content
Weavr API
Setup

Deactivate an authorised user

POST/users/{user_id}/deactivate

De-activate the user identified by the user_id path parameter.

Deactivated users cannot log in or execute any operations with their credentials.

This operations is not final and a user can be re-activated using the userActivate operation. Note that another active user would need to log in so as to re-activate the de-activated user.

Request

Path parameters

Responses

204No Content

Success - No Content.

Headers