---
title: "Delete a scheduled freeze"
method: POST
path: "/repos/{owner}/{repository}/scheduled_freeze/{freeze_id}/delete"
tags: ["scheduled_freeze"]
---

# Delete a scheduled freeze

`POST /repos/{owner}/{repository}/scheduled_freeze/{freeze_id}/delete`

Delete an existing scheduled freeze on the repository specified in the path

## Path parameters

- `freeze_id` string, uuid, required — The scheduled freeze `id`
- `owner` string, required — The owner of the repository
- `repository` string, required — The name of the repository

## Request body

- DeleteScheduledFreezePayload
  - `delete_reason` string, required — The reason for the deletion

## Response `204`

Successful Response

## Other responses

- `403` — Forbidden
- `404` — The scheduled freeze with the given id does not exist
- `409` — Conflict
- `422` — Unprocessable entity

---

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