Type alias DeleteUserByIdArg

DeleteUserByIdArg: {
    force?: boolean;
    permanent?: boolean;
    userId: string;
}

Type declaration

  • Optional force?: boolean

    (Admin only) Delete even if it is protected

  • Optional permanent?: boolean

    Permanently deletes the user instead of just deactivating them

  • userId: string