deletePurchaseDocument

Delete a purchase document (invoice, order, return).

Input parameters

Parameter name Description Possible value Required
documentID The document to be deleted. integer yes
documentIDs Multiple document IDs, separated by commas, such as: "1,2,3,4,5". string

Response

Field name Type Description
deletedIDs string Comma-separated list of deleted IDs.
nonExistingIDs string Comma-separated list of non-existing IDs.
notDeletableIDs string Comma-separated list of IDs for which you do not have sufficient rights to delete.