action flat_delete_class_user { label: "Remove a user from the class" description: "This method can be used by a teacher to remove a user from the class, or by a student to leave the classroom.\n\nWarning: Removing a user from the class will remove the associated resources, including the submissions and feedback related to these submissions.\n" provider: flat method: DELETE path: "/classes/{class}/users/{user}" encoding: json output: { type: "object" additionalProperties: true } }