Delete storage driver NOTICE: datasets using the deleted driver will not be able to access storage after deletion
No content
project.drivers.delete(dataset_id='dataset_id', sure=True, really=True) :param str driver_name: optional - search by name :param str driver_id: optional - search by id :param bool sure: Are you sure you want to delete? :param bool really: Really really sure? :return: True if success :rtype: bool # # Delete a driver forever! # # **Prerequisites**: You must be an *owner* or *developer* to use this method. # #