PUT api/Accounts/RemoveDestination
Removes a backup destination from the storage account
Request Information
URI Parameters
None.
Body Parameters
DestinationOfAccountName | 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": "99c46bc0-697c-4969-b16c-bb5c8751f43a", "AccountID": "cb1be78b-6702-4cd6-b3d4-2017515c65f0", "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>cb1be78b-6702-4cd6-b3d4-2017515c65f0</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>99c46bc0-697c-4969-b16c-bb5c8751f43a</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.