Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • 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
© 2025 Direct Cursus Technology L.L.C.
Yandex AI Studio
  • Getting started with Model Gallery
    • About Yandex AI Studio
    • Yandex Workflows
    • Quotas and limits
    • Terms and definitions
  • Switching from the AI Assistant API to Responses API
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • DeleteAssistantRequest
  • DeleteAssistantResponse

AI Assistants API, gRPC: AssistantService.Delete

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • DeleteAssistantRequest
  • DeleteAssistantResponse

Delete an assistant by its ID.

gRPC requestgRPC request

rpc Delete (DeleteAssistantRequest) returns (DeleteAssistantResponse)

DeleteAssistantRequestDeleteAssistantRequest

{
  "assistant_id": "string"
}

Request message for deleting an assistant by ID.

Field

Description

assistant_id

string

Required field. ID of the assistant to delete.

DeleteAssistantResponseDeleteAssistantResponse

{}

Response message for the delete operation.

Field

Description

Empty

Was the article helpful?

© 2025 Direct Cursus Technology L.L.C.