cURL
curl --request DELETE \ --url https://api.togai.com/invoices/{invoice_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a custom invoice in DRAFT state.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"ACC001"
OK
The response is of type object.
object