Spectra Logic
1-800-833-1132 : 1-303-449-6400


Advanced Bucket Management Operations : Replication Target Operations : Delete Azure Target Bucket Name

Delete Azure Target Bucket Name
Description
Deletes a custom bucket name mapping between a BlackPearl bucket and an Azure target blob storage container.
Note:
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/azure_target_bucket_name/{Azure bucket name, UUID, or other unique identifier or attribute}
 
To determine the UUID for an Azure blob storage container (bucket), see Get Azure Target Bucket Names.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the custom mapping of a bucket on a BlackPearl source to an Azure blob storage container.
DELETE http[s]://blackpearl-hostname/_rest_/azure_target_bucket_name/azurebucket HTTP/1.1
Sample Response
HTTP/1.1 204 No Content