• Deletes a document.

    Parameters

    • collectionName: string

      The collection where the document is stored.

    • documentName: string

      The name of the document to delete.

    • Optional callbackStateVariable: Variable

      The variable where to store the result.

    Returns void