Delete Header

Delete https://app.moneygraph.ai/api/v1/customer/invoice/header/delete/{user}/{header_id}

Headers

Authorization* string

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

Path parameters

user* string

The onboarded customer ID or the MCP Key

header_id* string

ID of Invoice header

Response


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