Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়।
v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: locations.questions.delete
বর্তমান ব্যবহারকারী দ্বারা লিখিত একটি নির্দিষ্ট প্রশ্ন মুছে দেয়।
HTTP অনুরোধ
DELETE https://mybusinessqanda.googleapis.com/v1/{name=locations/*/questions/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। প্রশ্নটির নাম মুছে ফেলতে হবে। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডি খালি।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/business.manage
আরও তথ্যের জন্য, OAuth 2.0 ওভারভিউ দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Deletes a specific question using an HTTP DELETE request to the specified URL."],["Requires providing the question's name as a path parameter in the request URL."],["The request body should be empty, and a successful deletion results in an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/business.manage` OAuth scope."]]],["This document details the process of deleting a user's question. The core action is a `DELETE` HTTP request sent to a specific URL: `https://mybusinessqanda.googleapis.com/v1/{name=locations/*/questions/*}`. The `name` path parameter, a string, is required to identify the question for deletion. The request body must be empty. A successful deletion returns an empty response body. The operation requires OAuth scope: `https://www.googleapis.com/auth/business.manage`.\n"]]