---
title: "removeUserFromContentPermission"
canonical: "https://support.appfire.com/space/PSCONF/15305151/removeUserFromContentPermission"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | removeUserFromContentPermission(permissionType, pageId, userNameOrKey) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Removes a single user from a content permission if the user is in that permission.

Removes a single user from a content permission if the user is in that permission.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | permissionType | String | Yes | Permission type a user will be removed from. A list of values is provided in a table. |
> | pageId | Number | Yes | The ID of the page to remove permission from. |
> | userNameOrKey | String | Yes | User name or key of a user to remove from permission. |

## Return Type

**Boolean (true/false)**

## Example

```javascript
removeUserFromContentPermission("Edit", 11508, "jdoe");
```

## See also

> Macro (contentbylabel)