Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: accounts.admins.delete
নির্দিষ্ট অ্যাকাউন্ট থেকে নির্দিষ্ট অ্যাডমিনকে সরিয়ে দেয়।
HTTP অনুরোধ
DELETE https://mybusinessaccountmanagement.googleapis.com/v1/{name=accounts/*/admins/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। অ্যাকাউন্ট থেকে সরানোর জন্য অ্যাডমিনের সম্পদের নাম। accounts/{account_id}/admins/{admin_id} । |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডি খালি।
অনুমোদনের সুযোগ
নিম্নলিখিত 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 specified admin from a given account using an HTTP DELETE request."],["Requires the account and admin IDs as path parameters in the request URL."],["Uses an empty request body and returns an empty response body upon successful execution."],["Needs authorization with the `https://www.googleapis.com/auth/business.manage` scope."]]],["This describes how to remove an admin from an account using a `DELETE` HTTP request to the specified URL: `https://mybusinessaccountmanagement.googleapis.com/v1/{name=accounts/*/admins/*}`. The `name` path parameter, formatted as `accounts/{account_id}/admins/{admin_id}`, is mandatory and identifies the admin to be removed. The request body must be empty. A successful operation returns an empty response body. The required OAuth scope for authorization is `https://www.googleapis.com/auth/business.manage`.\n"]]