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 Itemas the method. - In the
Pathfield, enter the full path to the document or collection in your Cloud Firestore database.
