Skip to content

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:

  1. Open the request panel and click on the + button to add a new request.
  2. 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.
  3. In the Path field, enter the full path to the document or collection in your Cloud Firestore database.

Delete Item Firebase