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


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

Delete Azure Target Failure
Description
Delete the specified Azure replication target failure.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/azure_target_failure/{Azure target failure UUID or other unique attribute}/
To determine the UUID for an Azure target failure, see Get Azure Target Failures.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the Azure target failure with the UUID df53ea38-a582-4c04-99ef-e5d8071fe188.
DELETE http[s]://blackpearl-hostname/_rest_/azure_target_failure/df53ea38-a582-4c04-99ef-e5d8071fe188 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content