Delete the current user's account
Confirmation of deletion
401 - Not authenticated
import { deleteAccount } from "@cpod/sdk";// Permanently delete the current user's accountconst result = await deleteAccount();console.log(result.message); // "Account deleted successfully" Copy
import { deleteAccount } from "@cpod/sdk";// Permanently delete the current user's accountconst result = await deleteAccount();console.log(result.message); // "Account deleted successfully"
Delete the current user's account