Skip to main content

AppEnvironmentDeleteNewRelicUserInput

Input for deleting a New Relic user from an environment.

input AppEnvironmentDeleteNewRelicUserInput {
appId: Int!
environmentId: Int!
userId: Int!
}

Fields

AppEnvironmentDeleteNewRelicUserInput.appId ● Int! non-null scalar common

The application ID that owns the environment.

AppEnvironmentDeleteNewRelicUserInput.environmentId ● Int! non-null scalar common

The environment ID to remove the user from.

AppEnvironmentDeleteNewRelicUserInput.userId ● Int! non-null scalar common

The New Relic user ID to remove.

Member Of

deleteNewRelicUser mutation