Closed Khushiyant closed 1 year ago
Fixes: #637
Added remove_storage helper along with following tasks:
remove_storage
Now, method of deleting the storage records:
storage
client.remove_storage({'keys': ["entry 1", "entry 3"]})
Successful deletion returns
{ "result":"success"}
@amanagr review requested
Fixes: #637
Added
remove_storage
helper along with following tasks:Now, method of deleting the
storage
records: