Delete backup execution​
DELETE
/databases/{uuid}/backups/{scheduled_backup_uuid}/executions/{execution_uuid}
Deletes a specific backup execution.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the database
Type
Requiredstring
scheduled_backup_uuid*
UUID of the backup configuration
Type
Requiredstring
execution_uuid*
UUID of the backup execution to delete
Type
Requiredstring
Query Parameters
delete_s3
Whether to delete the backup from S3
Type
boolean
Default
falseResponses​
Backup execution deleted.
application/json
JSON
{
"message": "Backup execution deleted."
}
