action flat_remove_organization_user { label: "Remove an account from Flat" description: "This operation removes an account from Flat and its data, including:\n* The music scores created by this user (documents, history, comments, collaboration information)\n* Education related data (assignments and classroom information)\n" provider: flat method: DELETE path: "/organizations/users/{user}" encoding: json input: { type: "object" properties: { convertToIndividual: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }