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


Hardware Operations : Tape Library and Component Operations : Delete Permanently Lost Tape

Delete Permanently Lost Tape
Description
Deletes the specified tape which has been permanently lost from the BlackPearl database. Any data lost as a result is marked degraded to trigger a rebuild.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/tape/{tape UUID, barcode, or other unique attribute}/
To determine the UUID for a tape, see Get Tapes.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the tape with the UUID 0051aae2-1bcc-4c99-a7d3-1d1724a8b8d8.
DELETE http://blackpearl-hostname/_rest_/tape/0051aae2-1bcc-4c99-a7d3-1d1724a8b8d8/ HTTP/1.1
Sample Response
HTTP/1.1 204 No Content