cURL
curl --request POST \ --url https://api.monigo.co/v1/invoices/{invoice_id}/void \ --header 'Authorization: <api-key>'
{}
Marks an invoice as void, making it no longer payable
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Invoice ID
OK
The response is of type object.
object