# Remove-RASTenant.md

## NAME

Remove-RASTenant

## SYNOPSIS

Removes a Tenant.

## SYNTAX

**Remove-RASTenant** -[Id](#id-string) *(uint)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Remove-RASTenant** \[[Name](#name-string) *(string)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Removes a Tenant.

## PARAMETERS

## Name (string)

Tenant name.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

Tenant ID.

```
        Required?                    true

        Position?                    named

        Default value                0

        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 documentation. 
```

## INPUTS

-none-

## OUTPUTS

-none-

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Remove-RASTenant -Id 3

Removes the Tenant with Id 3.

## RELATED LINKS

* [New-RASTenant](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/new-rastenant)
* [Get-RASTenant](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rastenant)
* [Set-RASTenant](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/set-rastenant)
