---
title: "DeleteOrganizationLLMConfiguration"
method: POST
path: "/gitpod.v1.OnaIntelligenceService/DeleteOrganizationLLMConfiguration"
tags: ["gitpod.v1.OnaIntelligenceService"]
---

# DeleteOrganizationLLMConfiguration

`POST /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.

## Request body

- GitpodV1DeleteOrganizationLLMConfigurationRequest
  - `organizationId` string, 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 `200`

Success

- GitpodV1DeleteOrganizationLLMConfigurationResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
