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


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

Delete Tape Partition
Description
Deletes the specified offline tape partition from the BlackPearl system configuration. Any tapes in the partition that have data on them are disassociated from the partition. Any tapes without data on them and all tape drives associated with the partition are deleted from the BlackPearl system configuration. This request is useful if the partition should never have been associated with the BlackPearl system or if the partition was deleted from the library.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/tape_partition/{tape partition UUID or other unique attribute}/
To determine the UUID for a tape partition, see Get Tape Partition.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the tape partition with the UUID 30c442905-d0ec-4e72-b7ed-07d520fc8b86.
DELETE http://blackpearl-hostname/_rest_/tape_partition/30c442905-d0ec-4e72-b7ed-07d520fc8b86/ HTTP/1.1
Sample Response
HTTP/1.1 204 No Content