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_idintegerRequired>=1
passwordstringRequiredformat: "password"

Response

The selected user was removed from the active school.
statusstringOptional
messagestringOptional
datalist of anyOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error