Remove-PartnerSandboxCustomer

Removes the specified customer.

Syntax

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

Description

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

Examples

Example 1

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

Removes the specified customer.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CustomerId

The identifier of the customer.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

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

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Boolean