Github API - Test Config

mutation removeEnterpriseOrganization
orgs

Removes an organization from the enterprise

Arguments
input RemoveEnterpriseOrganizationInput

RemoveEnterpriseOrganizationInput [input]

Autogenerated input type of RemoveEnterpriseOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise from which the organization should be removed.

organizationId ID

The ID of the organization to remove from the enterprise.

API:
Github GraphQL API

Parameters for RemoveEnterpriseOrganization

Returns
RemoveEnterpriseOrganizationPayload

RemoveEnterpriseOrganizationPayload [object]

Autogenerated return type of RemoveEnterpriseOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The updated enterprise.

organization Organization

The organization that was removed from the enterprise.

viewer User

The viewer performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API