---
title: "Openai Proxy Route"
method: DELETE
path: "/openai/{endpoint}"
tags: ["OpenAI Pass-through", "pass-through"]
---

# Openai Proxy Route

`DELETE /openai/{endpoint}`

Pass-through endpoint for OpenAI API calls.

Available on both routes:
- /openai/{endpoint:path} - Standard OpenAI passthrough route
- /openai_passthrough/{endpoint:path} - Dedicated passthrough route (recommended for Responses API)

Use /openai_passthrough/* when you need guaranteed passthrough to OpenAI without conflicts
with LiteLLM's native implementations (e.g., for the Responses API at /v1/responses).

Examples:
    Standard route:
    - /openai/v1/chat/completions
    - /openai/v1/assistants
    - /openai/v1/threads

    Dedicated passthrough (for Responses API):
    - /openai_passthrough/v1/responses
    - /openai_passthrough/v1/responses/{response_id}
    - /openai_passthrough/v1/responses/{response_id}/input_items

[Docs](https://docs.litellm.ai/docs/pass_through/openai_passthrough)

## Path parameters

- `endpoint` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-30** `9073a53882fe` — 1 info
  - api operation id `openai_proxy_route_openai__endpoint__patch` removed and replaced with `openai_proxy_route_openai__endpoint__put`
- **2026-08-29** `959587d751fd` — 1 info
  - api operation id `openai_proxy_route_openai__endpoint__get` removed and replaced with `openai_proxy_route_openai__endpoint__patch`
- **2026-08-28** `bdbdc2dc1696` — 1 info
  - api operation id `openai_proxy_route_openai__endpoint__post` removed and replaced with `openai_proxy_route_openai__endpoint__get`
- **2026-08-27** `7e4e950652fe` — 1 info
  - api operation id `openai_proxy_route_openai__endpoint__delete` removed and replaced with `openai_proxy_route_openai__endpoint__post`
- **2026-08-26** `cbb50818ccdb` — 1 info
  - api operation id `openai_proxy_route_openai__endpoint__put` removed and replaced with `openai_proxy_route_openai__endpoint__delete`

[Full history](https://skmtc.dev/sea-lion/apis/litellm-api/changes/openai/:endpoint/delete.md)

---

[API](https://skmtc.dev/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.dev/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/9073a53882fe/schema)
