Skip to main content
POST
Withdraw a customer's onboarding application

Authorizations

x-api-key
string
header
required

Headers

x-idempotency-key
string<uuid>
required

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

customer_id
string
required

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.

Required string length: 27
Pattern: ^[0-9A-Za-z]{27}$
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

application_id
string
required

Unique identifier (ksuid) of the customer's onboarding application

Body

application/json
reason
string

Why the application is being withdrawn, recorded for audit and shown to reviewers. Defaults to a generic reason when omitted.

Maximum string length: 500
Example:

"Customer opted not to proceed"

Response

Application withdrawn.