You can use the RemoveBackupTarget method to remove backup targets.
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 |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "RemoveBackupTarget", "params": { "backupTargetID" : 1 }, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": {} }
9.6