---
title: "Cancel a downtime"
method: DELETE
path: "/api/v1/downtime/{downtime_id}"
tags: ["Downtimes"]
deprecated: true
---

# Cancel a downtime

`DELETE /api/v1/downtime/{downtime_id}`

> **Deprecated.**

Cancel a downtime. **Note:** This endpoint has been deprecated. Please use v2 endpoints.

## Path parameters

- `downtime_id` integer, required

## Response `204`

OK

## Other responses

- `403` — Forbidden
- `404` — Downtime not found
- `429` — Too many requests

---

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