PUT api/Accounts/RemoveDestination
Removes a backup destination from the storage account
Request Information
URI Parameters
None.
Body Parameters
DestinationOfAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| DestinationID |
Destination ID |
globally unique identifier |
Required |
| AccountID |
Storage account ID |
globally unique identifier |
Required |
| Destination |
Destination name |
string |
Required |
| DestinationDisplayName |
Destination name to display |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DestinationID": "a0159544-7794-4ec7-ac31-aece6d1591ad",
"AccountID": "15c6b803-d2e5-4117-8cbd-4624473ec3a7",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4"
}
application/xml, text/xml
Sample:
<DestinationOfAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MBSAPImvc.Engine.Models"> <AccountID>15c6b803-d2e5-4117-8cbd-4624473ec3a7</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>a0159544-7794-4ec7-ac31-aece6d1591ad</DestinationID> </DestinationOfAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.