Remove a user from the school
Verifies the administrator password and removes the selected user from the active school, preserving non-API accounts for reassignment.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
user_id
password
Response
The selected user was removed from the active school.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

