---
title: "Delete backup execution"
method: DELETE
path: "/databases/{uuid}/backups/{scheduled_backup_uuid}/executions/{execution_uuid}"
tags: ["Databases"]
---

# Delete backup execution

`DELETE /databases/{uuid}/backups/{scheduled_backup_uuid}/executions/{execution_uuid}`

Deletes a specific backup execution.

## Path parameters

- `uuid` string, required
- `scheduled_backup_uuid` string, required
- `execution_uuid` string, required

## Query parameters

- `delete_s3` boolean

## Response `200`

Backup execution deleted.

- object
  - `message` string

## Other responses

- `404` — Backup execution not found.

---

[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)
