RemoveBackupTarget
You can use the RemoveBackupTarget method to remove backup targets.
Parameter
This method has the following input parameter:
| Name | Description | Type | Default value | Required |
|---|---|---|---|---|
backupTargetID |
Unique target ID of the target to remove. |
integer |
None |
Yes |
Return values
This method has no return values.
Request example
Requests for this method are similar to the following example:
{
"method": "RemoveBackupTarget",
"params": {
"backupTargetID" : 1
},
"id": 1
}
Response example
This method returns a response similar to the following example:
{
"id": 1,
"result": {}
}
New since version
9.6