Skip to content

Commit 4d50029

Browse files
author
abdul
committed
cleanup
1 parent 8d98be9 commit 4d50029

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

mbs_client/client.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,7 @@ def stop_command(self):
7474
raise MBSClientError(msg)
7575

7676

77-
###########################################################################
78-
def delete_backup(self, backup_id):
79-
params = {
80-
"backupId": backup_id
81-
}
82-
return self._execute_command("delete-backup", params=params)
83-
84-
###########################################################################
85-
def get_destination_restore_status(self, destination_uri):
86-
params = {
87-
"destinationUri": destination_uri
88-
}
8977

90-
return self._execute_command("get-destination-restore-status",
91-
method="GET", params=params)
9278

9379
###########################################################################
9480
# HELPERS

0 commit comments

Comments
 (0)