Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex AI Studio
  • About Yandex AI Studio
  • Getting started with Model Gallery
  • Yandex Workflows
  • Switching from the AI Assistant API to Responses API
  • Compatibility with OpenAI
    • Overview
    • API authentication
        • Overview
        • createResponse
        • getResponse
        • deleteResponse
        • cancelResponse
        • listInputItems
  • Quotas and limits
  • Pricing policy
  • Access management
  • Audit Trails events
  • Public materials
  • Release notes
  • Terms and definitions

In this article:

  • HTTP request
  • Path parameters
  • Response
  • Response
  1. API references
  2. OpenAI-compatible APIs
  3. Responses
  4. deleteResponse

REST: Delete a model response

Written by
Yandex Cloud
Updated at December 24, 2025
  • HTTP request
  • Path parameters
  • Response
  • Response

Deletes a model response with the given ID.

HTTP requestHTTP request

DELETE https://ai.api.cloud.yandex.net/v1/responses/{response_id}

Path parametersPath parameters

Field

Description

response_id

string

Required field. The ID of the response to delete.

ResponseResponse

HTTP Code: 200

OK

ResponseResponse

HTTP Code: 404

Not Found

Response schema: application/json

{
  "code": "unknown",
  "message": "string",
  "param": "unknown",
  "type": "string"
}

Field

Description

code

Any of string | null

message

string

Required field.

param

Any of string | null

type

string

Required field.

Was the article helpful?

Previous
getResponse
Next
cancelResponse
© 2026 Direct Cursus Technology L.L.C.