# Remove-RASThemeCustomImage

### NAME

Remove-RASThemeCustomImage\ <br>

### SYNOPSIS

Remove a theme custom image.\ <br>

### SYNTAX

Remove-RASThemeCustomImage \[-Id] *\<uint>* \[*\<CommonParameters>*]\ <br>

### DESCRIPTION

Remove a theme custom image.\ <br>

### PARAMETERS

\
-**Id \<uint>**\
The ID of the Theme Custom Image to remove. To obtain the ID, use the Get-RASThemeCustomImage cmdlet.\ <br>

```
        Required?                    true
```

```
        Position?                    0
```

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

<br>

### INPUTS

-none-

### OUTPUTS

-none-

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Remove-RASThemeCustomImage -Id 1\
\
Remove the theme custom image with Id 1.<br>
