diff --git a/site/content/docs/main/backup-reference.md b/site/content/docs/main/backup-reference.md index 7d92d6510..b0eddab29 100644 --- a/site/content/docs/main/backup-reference.md +++ b/site/content/docs/main/backup-reference.md @@ -89,4 +89,3 @@ Use the following commands to delete Velero backups and data: * `kubectl delete backup -n ` will delete the backup custom resource only and will not delete any associated data from object/block storage * `velero backup delete ` will delete the backup resource including all data in object/block storage -* Creating a `DeleteBackupRequest` will delete the backup resource including all data in object/block storage. You can use kubectl to create a `DeleteBackupRequest`.