Withdraw a customer's onboarding application
Closes a customer’s onboarding application when they will not or cannot continue, for example after a request for information the customer chose not to answer.
Withdrawal is final. The application and its entities are recorded as
withdrawn and the customer’s status becomes withdrawn; onboarding
that customer again requires a new application. An application that
already has a decision returns 409.
Emits customer.application.withdrawn.
Send at least an empty JSON object as the body.
Authorizations
Headers
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Path Parameters
Unique identifier (ksuid) of the customer record KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Unique identifier (ksuid) of the customer's onboarding application
Body
Why the application is being withdrawn, recorded for audit and shown to reviewers. Defaults to a generic reason when omitted.
500"Customer opted not to proceed"
Response
Application withdrawn.

