deleteApiV1Account
deleteApiV1Account<
ThrowOnError>(options?:Options<DeleteApiV1AccountData,ThrowOnError>):RequestResult<DeleteApiV1AccountResponses,DeleteApiV1AccountErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:26
Delete the authenticated user’s account
Permanently deletes the user’s account and all associated data. Cancels any active Stripe subscription.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<DeleteApiV1AccountResponses, DeleteApiV1AccountErrors, ThrowOnError>
Last updated on