UNPKG

@prass/botpress-native

Version:

A simple and powerful SDK for integrating Botpress Chat API with React Native,

9 lines (8 loc) 350 B
import { Botpress } from "../Botpress"; /** * Internal handler for deleting the current authenticated user. * @param this - Botpress instance context * @returns Promise resolving to void upon successful deletion * @throws Error if user key is missing or API call fails */ export declare function handleDeleteUser(this: Botpress): Promise<void>;