Skip to main content

deleteBasicAuth

Delete basic auth users from an environment.

deleteBasicAuth(
input: AppEnvironmentBasicAuthDeleteInput
): AppEnvironmentBasicAuthPayload!

Example

mutation ($input: AppEnvironmentBasicAuthDeleteInput) {
deleteBasicAuth(input: $input) {
app {
active
createdAt
id
name
organizationId
repo
serviceStatus
supportPackage
type
typeId
}
user
}
}

Arguments

deleteBasicAuth.input ● AppEnvironmentBasicAuthDeleteInput input common

The basic auth users to delete.

Type

AppEnvironmentBasicAuthPayload object common

The result of a basic auth operation.