---
title: "Delete database storage backup schedule"
method: DELETE
path: "/databases/{uuid}/storages/{storage_uuid}/backups"
tags: ["Databases"]
---

# Delete database storage backup schedule

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

Delete the backup schedule and its local and S3 archives for a database 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.

## Changes

- **2026-07-19** `08be5dc8e729` — 1 info
  - endpoint added
- **2026-07-19** `16dc4d4d2f00` — 1 breaking
  - api path removed without deprecation
- **2026-07-16** `4e616ce933bf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/databases/:uuid/storages/:storage_uuid/backups/delete.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
