Databases

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.

messagestring

Example response

{
  "message": "Backup execution deleted."
}

Changes

No recorded changes to this endpoint across all 55 revisions of this API.