Delete Item
The Delete Item
method allows you to delete a specific document or an entire collection from your Cloud Firestore.
To create a request to delete a document or collection, follow the steps below:
- Open the request panel and click on the
+
button to add a new request. - Provide an appropriate name for the request and select the Firebase app to be used for the request. Then, choose
Delete Item
as the method. - In the
Path
field, enter the full path to the document or collection in your Cloud Firestore database.