API Stability Short-Term

The disableFeatureForUser() GraphQL mutation is used to disable a feature for a specific user in LogScale.

For more information on enabling and disabling features, see the Enabling & Disabling Feature Flags reference page.

Syntax

Below is the syntax for the disableFeatureForUser() mutation field:

graphql
disableFeatureForUser(
      feature: FeatureFlag!, 
      userId: string!
   ): boolean!

Given Datatypes

For tFeatureFlag, there are several choices. You'll have to click on the Show Beta Features button to see them here.

Table: FeatureFlag

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Mar 14, 2025