Delete Signature

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

Headers

Authorization* string

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

Path parameters

signature_id* string

ID of the signature.

Response


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