v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Databases

Delete backup configuration

Deletes a backup configuration and all its executions.

delete/databases/{uuid}/backups/{scheduled_backup_uuid}

Path parameters

uuidstring required

UUID of the database

scheduled_backup_uuidstring required

UUID of the backup configuration to delete

Query parameters

delete_s3boolean

Whether to delete all backup files from S3

Response

Backup configuration deleted.

messagestring

Example response

{
  "message": "Backup configuration and all executions deleted."
}