Skip to content

deleteGitHubCloudAccount

Deletes a GitHub cloud account for the specified organization.

Arguments

Argument Type Description
input (required) DeleteGitHubCloudAccountInput! Input for deleting a GitHub cloud account.

Returns

Void

Sample

mutation DeleteGitHubCloudAccount($input: DeleteGitHubCloudAccountInput!) {
  deleteGitHubCloudAccount(input: $input)
}
{
  "input": {
    "organizationId": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "deleteGitHubCloudAccount": "example-string"
  }
}