cURL
curl --request DELETE \ --url http://localhost:3001/v1/accounts-receivable/{id} \ --header 'Authorization: Bearer <token>'
Delete an accounts receivable invoice by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
AR Invoice ID
The AR invoice has been successfully deleted.