OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

responses

Delete Response

Delete a response by ID.

Supports both:

  • Polling IDs (litellm_poll_*): Deletes from Redis cache
  • Provider response IDs: Passes through to provider API

Follows the OpenAI Responses API spec: https://platform.openai.com/docs/api-reference/responses/delete

curl -X DELETE http://localhost:4000/v1/responses/resp_abc123     -H "Authorization: Bearer sk-1234"
delete/v1/responses/{response_id}

Path parameters

response_idstring required

Response

Successful Response

{"stackTrail":"paths:/v1/responses/{response_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}