# Remove-RASNotificationEvent

## NAME

Remove-RASNotificationEvent

## SYNOPSIS

Removes event notifications.

## SYNTAX

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

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

## DESCRIPTION

A command to remove event notifications.

## PARAMETERS

## Id (uint)

Notification ID.

```
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## InputObject

([NotificationEvent](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/notificationevent)) Input object from pipeline or by parameter.

```
        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-RASNotificationEvent -Id 1

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

Get-RASNotificationEvent -id 2 | Remove-RASNotificationEvent

Removes event notification by input object.

## RELATED LINKS

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