Delete Invoice

Delete https://app.moneygraph.ai/api/v1/invoice/invoice/delete/{invoice_id}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

invoice_id* string

ID of invoice

Response


{
     "message": "Invoice deleted successfully",
    "status": "success",
    "data": null
}