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


## Description

> Macro (excerpt)
> 
> Removes request participants.

Removes one or multiple users from request participants, from a specified customer request.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | removeRequestParticipants(requestId_or_Key, usersIds) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| requestId_or_Key | String | Yes | The key or id of the customer request. |
| usersIds | String [] | Yes | The accountIds of the users to be removed from request participants. |

## Return Type

**Boolean**

Returns "true" if the operation didn't end in error.

## Example

```javascript
return removeRequestParticipants("SM-23", {"one_user_account_id", "two_user_account_id"})
```

## See also

> Macro (contentbylabel)