Xoá tất cả các mục trong hàng đợi. Phương pháp này hữu ích để xoá các mục cũ.
Để thực thi API này, bạn cần có tài khoản quản trị viên hoặc tài khoản dịch vụ. Tài khoản dịch vụ được sử dụng là tài khoản được đưa vào danh sách cho phép trong nguồn dữ liệu tương ứng.
Yêu cầu HTTP
POST https://cloudsearch.googleapis.com/v1/indexing/{name=datasources/*}/items:deleteQueueItems
[[["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"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-09-03 UTC."],[[["Deletes all items within a specified queue in a data source, requiring admin or service account authorization."],["Uses an HTTP POST request to `https://cloudsearch.googleapis.com/v1/indexing/{name=datasources/*}/items:deleteQueueItems`, specifying the data source in the path."],["Requires a request body containing connector name, queue name, and optional debug options in JSON format."],["Returns an Operation object upon successful execution, providing details about the deletion process."],["Needs authorization with either `https://www.googleapis.com/auth/cloud_search.indexing` or `https://www.googleapis.com/auth/cloud_search` scope."]]],[]]