Volume Delete

Removes a specified volume from the Docker host by its name identifier. This operation permanently deletes the volume and all data contained within it, freeing up the associated storage space. The volume must not be in use by any containers at the time of deletion, otherwise the operation will fail with an error. This is a destructive action that cannot be undone, so caution should be exercised when using this endpoint to ensure that any important data has been backed up or is no longer neede...