tenantDelete

Graphql fields and variables for the tenantDelete mutation

Delete a tenant

Scope required: product:write

mutation tenantDelete ($id: ID!) {
  tenantDelete (id: $id) {
      errors
      tenant {
        accountId
        code
        createdAt
        id
        lastLogin
        latestProvisioningChangeId
        name
        platformId
        provisioningRequired
        provisioningState
        subdomain
        updatedAt
        userCount
        utilizationMetrics
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

String

tenant

Last updated

Was this helpful?