2.5 KiB
Return to top
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
string
Required
scheduled_backup_uuid*
UUID of the backup configuration
Type
string
Required
execution_uuid*
UUID of the backup execution to delete
Type
string
Required
Query Parameters
delete_s3
Whether to delete the backup from S3
Type
boolean
Default
false
Responses
200404
Backup execution deleted.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Backup execution deleted."
}
DELETE
/databases/{uuid}/backups/{scheduled_backup_uuid}/executions/{execution_uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
scheduled_backup_uuid*
execution_uuid*
delete_s3
Try it out
Samples
Powered by VitePress OpenAPI