v1

latestOpenAPI 3.1.02026-07-1213613295.5 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."
}