< Back

Remove-HealthcareBot

Tue Jan 14, 2020 12:47 am

NAME Remove-HealthcareBot



SYNOPSIS

Removed Healthcare Bot





SYNTAX

Remove-HealthcareBot [-Environment] <String> [-Name] <String> [<CommonParameters>]





DESCRIPTION

Removes the Tenant Bot and the underliying Bot Channel Registration





PARAMETERS

-Environment <String>

Environment in which to create the Bot (dev, test, prod)



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

The name of bot. Should be lowercare and start with a letter. You can't change it later. It should be

available among all the existing bots



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-HealthcareBot -Environment prod -Name contoso-medical-bot















RELATED LINKS