---
title: "Remove a teacher from all their lessons"
method: PATCH
path: "/MusicLessons/Teacher/{email}/RemoveFromLessons"
tags: ["Musiclessons"]
---

# Remove a teacher from all their lessons

`PATCH /MusicLessons/Teacher/{email}/RemoveFromLessons`

**Requires permission:** *MusicAdmins*

Unassigns the teacher from all their active lessons (sets the lessons to have no teacher).

## Path parameters

- `email` string, required

## Query parameters

- `archived` boolean, required
- `email` string, nullable
- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `204`

Success - Updated

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

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