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
Requiredstring
scheduled_backup_uuid*
UUID of the backup configuration to delete
Type
Requiredstring
Query Parameters
delete_s3
Whether to delete all backup files from S3
Type
boolean
Default
falseResponses​
Backup configuration deleted.
application/json
JSON
{
"message": "Backup configuration and all executions deleted."
}
