InvoiceComment

Delete

DEL
Delete a comment on this invoice

Path parameters

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