Delete Tape Density Directive Description Delete the specified tape density directive. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_/tape_density_directive/{tape density directive UUID}/ To determine the UUID for a tape density directive, see Get Tape Density Directives. 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 density directive with the UUID a199c125-6c52-4a73-ae7d-9f3dbab0b746. DELETE http://blackpearl-hostname/_rest_/tape_density_directive/a199c125-6c52-4a73-ae7d-9f3dbab0b746/ HTTP/1.1 Sample Response HTTP/1.1 204 No Content