POST api_v2/AccountDatabasesBackup/DeleteBackupRecord
Удалить запись о бэкапе инф. базы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметры удаления бэкапа инф. базы |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <ApplicationBackupID>ea798838-fc13-4d20-8fdd-2a6d1a41f0c2</ApplicationBackupID> </Request>
application/json, text/json
Sample:
{ "ApplicationBackupID": "ea798838-fc13-4d20-8fdd-2a6d1a41f0c2" }
Response Information
Результат выполения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}