GitHub Copilot · Example Payload

Github Copilot Removeteamsfromcopilotsubscription Example

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Github Copilot Removeteamsfromcopilotsubscription Example is an example object payload from GitHub Copilot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "removeTeamsFromCopilotSubscription",
  "method": "DELETE",
  "path": "/orgs/{org}/copilot/billing/selected_teams",
  "summary": "Github Copilot Remove Teams From Copilot Subscription",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RemoveteamsfromcopilotsubscriptionRequestExample",
      "example": {
        "selected_teams": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Removeteamsfromcopilotsubscription200Example",
      "example": {
        "seats_cancelled": 10
      }
    }
  ]
}