---
title: "Remove fermion instructor from school"
method: POST
path: "/public/remove-fermion-instructor-from-school"
tags: ["User"]
---

# Remove fermion instructor from school

`POST /public/remove-fermion-instructor-from-school`

Revoke an instructor's access to your school

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 10 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `fermionInstructorId` string, required — The unique ID of the fermion instructor to remove

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/versions/7ce364c8820b/schema)
