---
title: "Remove a quarantine"
method: DELETE
path: "/ci/{owner}/repositories/{repository}/quarantines/{quarantine_id}"
tags: ["test_insights"]
---

# Remove a quarantine

`DELETE /ci/{owner}/repositories/{repository}/quarantines/{quarantine_id}`

Remove a quarantine with its id

## Path parameters

- `quarantine_id` string, uuid, required
- `owner` string, required — The owner of the repository
- `repository` string, required — The name of the repository

## Response `200`

Successful Response

- unknown

## Other responses

- `204` — No content
- `403` — Forbidden
- `404` — Not found
- `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)
