curl --request DELETE \
--url https://api.rootfi.dev/v4/payments/invoices/{id} \
--header 'api_key: <api-key>'{
"success": true
}Void/delete an invoice.
curl --request DELETE \
--url https://api.rootfi.dev/v4/payments/invoices/{id} \
--header 'api_key: <api-key>'{
"success": true
}| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the invoice to void |