Delete Tape Partition Description Deletes the specified offline tape partition from the BlackPearl gateway 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 gateway configuration. This request is useful if the partition should never have been associated with the BlackPearl gateway 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: § 204: No Content (success) § 404: Not Found 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