Node.js - collection.doc.delete() Delete a document from a collection. CopyCopiedimport { collection } from '@nitric/sdk' const profiles = collection('profiles').for('deleting') const drakesProfile = profiles.doc('Drake Mallard') await drakesProfile.delete() See also doc.set() doc.get() Edit this page on GitHubWhat did you think of this content?🤩It was helpful😓It was not helpful📣I have feedbackLast updated on Dec 19, 2024