Delete https://app.moneygraph.ai/api/v1/customer/invoice/signature/delete/{user}/{signature_id}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
user* string
The onboarded customer ID or the MCP Key
signature_id* string
ID of the signature.
{
"message": "Invoice signature deleted successfully",
"status": "success",
"data": null
}