# Remove Class Students **DELETE /classes/{classId}/students** Remove students from a class ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Path parameters - **classId** (string(uuid)) Class UUID. ### Body: application/json (object) - **userIds** (array[string(uuid)]) The list of user IDs. ## Responses ### 204 Students removed successfully. ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource ### 404 Class not found. [Powered by Bump.sh](https://bump.sh)