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


Hardware Operations : Tape Library and Component Operations : Delete Tape Drive

Delete Tape Drive
Description
Deletes the specified offline tape drive. This request is useful when a tape drive is permanently removed from a partition.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/tape_drive/{tape drive UUID or other unique attribute}/
To determine the UUID for a tape drive, see Get Tape Drives.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the tape drive with the UUID 63d3dbd4-baa8-4e8f-a40d-42a6c3e3bf95.
DELETE http://blackpearl-hostname/_rest_/tape_drive/63d3dbd4-baa8-4e8f-a40d-42a6c3e3bf95/ HTTP/1.1
Sample Response
HTTP/1.1 204 No Content