Delete backup config
DeleteBackupConfig¶
DeleteBackupConfig
Description: Deletes a backup endpoint configuration by name.
Access Control¶
SESSION_ADMIN,SESSION_MANAGER
Request Parameters¶
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | Yes | Backup endpoint name |
Other backup config fields may be present but are not required for deletion.
Request Example¶
{
"command": "DeleteBackupConfig",
"extID": "1",
"data": {
"name": "backup-eu-1"
}
}
Response Example¶
{
"status": "OK"
}
Errors¶
| Error | Description |
|---|---|
INVALID_DATA |
name is missing or invalid |
RET_* |
Backend return code from backup configuration storage |