delete_invoice_payment_by_id_and_invoice_id
Remove a specific payment from an invoice in the Eduframe system by providing both the invoice ID and payment ID.
Instructions
Delete a payment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | ID of the parent resource | |
| id | Yes | ID of the payment to delete |