Delete a custom tape pool. A custom tape pool can only be deleted if there are no tapes in the pool and if there are no automatic tape creation policies that reference the custom tape pool.
storagegateway_delete_tape_pool(PoolARN)
A list with the following syntax:
list(
PoolARN = "string"
)
[required] The Amazon Resource Name (ARN) of the custom tape pool to delete.
svc$delete_tape_pool(
PoolARN = "string"
)