---
title: "Delete a schedule"
method: DELETE
path: "/api/unstable/fleet/schedules/{id}"
tags: ["Fleet Automation"]
---

# Delete a schedule

`DELETE /api/unstable/fleet/schedules/{id}`

Delete a schedule permanently.

When you delete a schedule:
- The schedule is permanently removed and will no longer create deployments
- Any deployments already created by this schedule are not affected
- This action cannot be undone

If you want to temporarily stop a schedule from creating deployments, consider
updating its status to "inactive" instead of deleting it.

## Path parameters

- `id` string, required

## Response `204`

Schedule successfully deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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