InvoiceDocument

Delete Attachment

DEL
Delete an attachment (scanned/uploaded PDFs and images) associated with this invoice

Path parameters

invoiceIdstringRequired
documentIdstringRequired
DEL
1curl -X DELETE https://api.mercoa.com/invoice/:invoiceId/document/:documentId \
2 -H "Authorization: Bearer <token>"