# Remove-RASNotificationResource

## NAME

Remove-RASNotificationResource

## SYNOPSIS

Removes resource notifications.

## SYNTAX

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

**Remove-RASNotificationResource** \[-[InputObject](#inputobject)] *(*[*NotificationResource*](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/notificationresource)*)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

A command to remove resource notifications

## PARAMETERS

## Id (uint)

```
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## InputObject

([NotificationResource](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/notificationresource))

```
        Required?                    true

        Position?                    0

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

## INPUTS

-none-

## OUTPUTS

-none-

## EXAMPLES

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

Remove-RASNotificationResource -Id 1

Removes resource notification with id 1.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASNotificationResource -id 2 | Remove-RASNotificationResource

Removes resource notification by input object.

## RELATED LINKS

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