v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.OnaIntelligenceService

DeleteOrganizationLLMConfiguration

Deletes a single LLM provider configuration.

The (organization_id, provider) pair identifies the configuration to delete. To remove all configurations for an organization, call this RPC once per provider.

post/gitpod.v1.OnaIntelligenceService/DeleteOrganizationLLMConfiguration

Request body

organizationIdstring uuid

organization_id is the ID of the organization to delete configuration for

provider'anthropic' | 'openai'

provider selects which configuration to delete. Combined with organization_id, this uniquely identifies a configuration row. To remove all configurations for an organization, call this RPC once per provider.

Response

Success

GitpodV1DeleteOrganizationLLMConfigurationResponse required