---
title: "removeFeedbackFromRequest"
canonical: "https://support.appfire.com/space/PSJC/741540066/removeFeedbackFromRequest"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Removes the feedback from the provided request.

Removes the feedback from the provided requestId_or_Key

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | removeFeedbackFromRequest(requestId_or_Key) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| requestId_or_Key | String | Yes | The key or id of the selected request. |

## Return Type

**[boolean](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

The returned value has no meaning.

## Example

```javascript
removeFeedbackFromRequest("SM-1");}
```

Removes the feedback from the provided request

## See also

> Macro (contentbylabel)