Delete Customer

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

Headers

Authorization* string

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

Path parameters

recipient_id* string

ID of recipient or entity to delete

Response


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