Skip to main content

deleteNewRelicUser

Delete a New Relic user from an environment.

deleteNewRelicUser(
input: AppEnvironmentDeleteNewRelicUserInput
): AppEnvironmentDeleteNewRelicUserPayload

Example

mutation ($input: AppEnvironmentDeleteNewRelicUserInput) {
deleteNewRelicUser(input: $input) {
success
}
}

Arguments

deleteNewRelicUser.input ● AppEnvironmentDeleteNewRelicUserInput input common

The application, environment, and New Relic user to delete.

Type

AppEnvironmentDeleteNewRelicUserPayload object common

The result of deleting a New Relic user.