purchaseorderPurchaseorderidDocumentDocumentidFileDelete method
Delete attached file. @param purchaseorderid Unique identifier @param documentid Unique identifier
Implementation
Future<chopper.Response<bool>>
purchaseorderPurchaseorderidDocumentDocumentidFileDelete({
required String? purchaseorderid,
required String? documentid,
}) {
return _purchaseorderPurchaseorderidDocumentDocumentidFileDelete(
purchaseorderid: purchaseorderid, documentid: documentid);
}