Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
            • Overview
            • Create
            • Get
            • Update
            • Delete
            • List
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • DeleteUserRequest
  • DeleteUserResponse
  1. API references
  2. AI Assistant API
  3. gRPC
  4. Users
  5. User
  6. Delete

Users, gRPC: UserService.Delete

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • DeleteUserRequest
  • DeleteUserResponse

Delete a user by its ID.

gRPC requestgRPC request

rpc Delete (DeleteUserRequest) returns (DeleteUserResponse)

DeleteUserRequestDeleteUserRequest

{
  "user_id": "string"
}

Request message for deleting a user by ID.

Field

Description

user_id

string

Required field. ID of the user to delete.

DeleteUserResponseDeleteUserResponse

{}

Response message for the delete operation.

Field

Description

Empty

Was the article helpful?

Previous
Update
Next
List
© 2025 Direct Cursus Technology L.L.C.