frappe_delete_doc
Delete any document from Frappe/ERPNext by providing its DocType and document ID.
Instructions
Delete a document by its doctype and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The document name/ID to delete. | |
| doctype | Yes | The DocType of the document to delete. |