v1
latestOpenAPI 3.1.02026-07-1213613295.5 KBDatabases
Delete backup execution
Deletes a specific backup execution.
delete/databases/{uuid}/backups/{scheduled_backup_uuid}/executions/{execution_uuid}
Path parameters
uuidstring required
UUID of the database
scheduled_backup_uuidstring required
UUID of the backup configuration
execution_uuidstring required
UUID of the backup execution to delete
Query parameters
delete_s3boolean
Whether to delete the backup from S3
Response
Backup execution deleted.
Example response
{
"message": "Backup execution deleted."
}