Không bắt buộc. Mã yêu cầu không bắt buộc để xác định yêu cầu. Chỉ định một mã yêu cầu duy nhất để nếu bạn phải thử lại yêu cầu, máy chủ sẽ biết bỏ qua yêu cầu nếu yêu cầu đó đã hoàn tất. Máy chủ sẽ đảm bảo điều đó trong ít nhất 60 phút sau yêu cầu đầu tiên.
Mã yêu cầu phải là một UUID hợp lệ, ngoại trừ trường hợp không hỗ trợ UUID rỗng (00000000-0000-0000-0000-000000000000).
force
boolean
Không bắt buộc. Nếu bạn đặt thành true, mọi RepositoryGroups từ CodeRepositoryIndex này cũng sẽ bị xoá. (Nếu không, yêu cầu này sẽ chỉ hoạt động nếu CodeRepositoryIndex không có RepositoryGroups.)
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của Operation.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Khó hiểu","hardToUnderstand","thumb-down"],["Thông tin hoặc mã mẫu không chính xác","incorrectInformationOrSampleCode","thumb-down"],["Thiếu thông tin/mẫu tôi cần","missingTheInformationSamplesINeed","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-06-09 UTC."],[[["This endpoint facilitates the deletion of a single CodeRepositoryIndex resource via an HTTP DELETE request to a specific URL, which follows gRPC Transcoding syntax."],["The deletion request requires a `name` path parameter to identify the specific CodeRepositoryIndex, and it can optionally include `requestId` and `force` query parameters for idempotency and cascading deletion."],["The request body must be empty, and a successful deletion operation returns an instance of an Operation in the response body."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `cloudaicompanion.codeRepositoryIndexes.delete` IAM permission on the target resource."],["You can specify a `force` query parameter to delete any related RepositoryGroups in addition to the CodeRepositoryIndex."]]],[]]