---
title: "Delete Study Leave Week"
method: DELETE
path: "/StudyLeave/Weeks"
tags: ["Studyleave"]
---

# Delete Study Leave Week

`DELETE /StudyLeave/Weeks`

**Requires permission:** *StudyLeaveAdmin*

Delete a study leave week. This shouldn't really be used. Use in `RARE` cases where a week was created by mistake. Deleting a week that has submissions will cause issues with the submissions.

## Query parameters

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

## Response `204`

Success - Success

## 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/28344aa564b4/schema)
