Removes the link between a credit note and an invoice payable
curl --request DELETE \
--url https://api.light.inc/v1/credit-notes/{creditNoteId}/invoice-payables/{invoicePayableId} \
--header 'Authorization: <api-key>'Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
default response
curl --request DELETE \
--url https://api.light.inc/v1/credit-notes/{creditNoteId}/invoice-payables/{invoicePayableId} \
--header 'Authorization: <api-key>'