primatch-frontend / services/accountService / deleteAccount
Function: deleteAccount()¶
deleteAccount(
payload):Promise\<DeleteAccountResponse>
Defined in: src/services/accountService.ts:42
Permanently deletes the authenticated user's account. Sends a DELETE request to /v1/account with email confirmation and consent checkbox.
Parameters¶
payload¶
Returns¶
Promise\<DeleteAccountResponse>