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