< Back

Remove-PartnerSandboxCustomer

Sat Jan 18, 2020 6:36 pm

NAME Remove-PartnerSandboxCustomer



SYNOPSIS

Removes the specified customer.





SYNTAX

Remove-PartnerSandboxCustomer [-CustomerId] <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Removes the specified customer. This operation is only supported when connected to the integration sandbox.





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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

None







OUTPUTS

System.Boolean







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Remove-PartnerSandboxCustomer '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'



Removes the specified customer.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... oxCustomer