delete_document
Remove documents from ERPNext by specifying the document type and name/ID to delete records from the system.
Instructions
Delete a document.
Args: doctype: ERPNext DocType name name: Document name/ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ||
| name | Yes |