Skip to main content
DELETE
Delete a User

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

user_id
string<uuid>
required

Id of the user to fetch

Response

200 - application/json

OK

The user object.

id
string<uuid>
first_name
string
last_name
string
email
string<email>
phone_number
object
default_payout_method
enum<string>
Available options:
ach,
paypal,
venmo,
cash_app,
intl_bank,
airtm,
payoneer,
crypto
default_payout_method_details
object
wallet
object
status
enum<string>
Available options:
verified,
unverified,
disabled,
in_review
compliance
object
metadata

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

payout_options_exclude_list
enum<string>[]

Payout rails hidden from this user. Stacks with app-level exclusions.

Available options:
ach,
paypal,
venmo,
cash_app,
intl_bank,
airtm,
payoneer,
crypto
1099_adjustment
1099-NEC adjustment · object

Current-year 1099 adjustment for the user, if one has been set. Only returned by the retrieve-a-user endpoint (GET /v2/users/{user_id}) when the application's configured filing type has a matching adjustment; omitted otherwise and never included in list responses.