---
title: "Archive a music student"
method: DELETE
path: "/MusicLessons/Student/{id}"
tags: ["Musiclessons"]
---

# Archive a music student

`DELETE /MusicLessons/Student/{id}`

**Requires permission:** *MusicAdmins*

Archives the music student and cascade-archives their music lessons.

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `204`

Success - Archived

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — An Error Occurred - Not found

---

[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)
