From e5d9b75a2fc221ea4e53738d9478150f326cf5ee Mon Sep 17 00:00:00 2001 From: Jack-Hewson <57640969+Jack-Hewson@users.noreply.github.com> Date: Thu, 16 Apr 2020 00:32:20 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6c672cb..6f021c7 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,15 @@ The download method takes the path to the saved database file and the name you w storage.child("images/example.jpg").download("downloaded.jpg") ``` +## Delete + +The delete method takes the path to the file you wish to delete +A service account is required + +``` +storage.delete("images/toDelete.jpg") +``` + ### get_url The get_url method takes the path to the saved database file and returns the storage url.