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.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/remove-fermion-instructor-from-school \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "fermionInstructorId": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": {} } } ]
API Request Body
Show child attributes
The unique ID of the fermion instructor to remove
API Response Body
ok