---
title: "Delete service storage backup schedule"
method: DELETE
path: "/services/{uuid}/storages/{storage_uuid}/backups"
tags: ["Services"]
---

# Delete service storage backup schedule

`DELETE /services/{uuid}/storages/{storage_uuid}/backups`

Delete the backup schedule and its local and S3 archives for a service storage.

## Path parameters

- `uuid` string, required
- `storage_uuid` string, required

## Response `200`

Backup schedule and archives deleted.

## Other responses

- `401` — Unauthenticated.
- `403` — Forbidden.
- `404` — Resource not found.
- `409` — Backup or recovery operation is still running.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
