public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class DeleteBackupRequest.
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The `DeleteBackupRequest` class is used to request the deletion of a backup via the `DatabaseAdmin.DeleteBackup` method."],["The documentation lists various versions of the API, including beta releases, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05, with version 4.5.0 being the current version that this information pertains to."],["`DeleteBackupRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `BackupName` (a typed view) and `Name` (a string), where `Name` is the required backup identifier for the delete operation."]]],[]]