curl --request DELETE \
--url http://localhost:3001/v1/accounts-receivable/{id} \
--header 'Authorization: Bearer <token>'Delete an accounts receivable invoice by its unique identifier.
curl --request DELETE \
--url http://localhost:3001/v1/accounts-receivable/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?