Removes a user from a specified feature group.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | featureGroupId | str | The unique ID associated with the feature group. |
| Yes | str | The email address of the user to be removed. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `featureGroupId` is not found. |