Bank Account Verification
...
Consent-based
US

Delete Customer

introduction the "delete customer" api by signzy is integrated with finicity this helps you delete the customerid created for a given customer this api helps completely remove a customer from the system this will remove the customer and all associated accounts and transactions ⚠️ use this service carefully! it will not pause for confirmation before performing the operation! api details this api takes customerid as the input sample curl curl location request post 'https //api signzy app/api/v3/bank connect/delete customer' \\ \ header 'authorization \<token>' \\ \ header 'content type application/json' \\ \ data raw '{ "customerid" "\<customerid>" }'curl location request post 'https //api preproduction signzy app/api/v3/bank connect/delete customer' \\ \ header 'authorization \<token>' \\ \ header 'content type application/json' \\ \ data raw '{ "customerid" "\<customerid>" }' request body parameters parameter data type required description customerid string yes the customer id which was created and sent in the response after running create bank connect journey link docid\ nckrwlah4pry52vphhnpc sample response { "result" { "message" "task was successful" } } response body parameters parameter data type description message string message of task sample error { "error" { "name" "error", "message" " message ", "status" 400, "reason" "badrequest", "type" "ok", "statuscode" 200 } } error response parameters parameter description error this parameter contains the error error name the name of the error error message the error message error status status of the api error reason reason for error error type type of the error error statuscode request status code from signzy getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!