Method: matters.holds.removeHeldAccounts
একটি হোল্ড থেকে নির্দিষ্ট অ্যাকাউন্ট সরিয়ে দেয়। অনুরোধের মতো একই ক্রমে স্থিতিগুলির একটি তালিকা প্রদান করে।
HTTP অনুরোধ
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
matterId | string বিষয়টি আইডি। |
holdId | string হোল্ড আইডি. |
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
JSON প্রতিনিধিত্ব |
---|
{
"accountIds": [
string
]
} |
ক্ষেত্র |
---|
accountIds[] | string হোল্ড থেকে সরাতে অ্যাকাউন্টগুলির অ্যাকাউন্ট আইডি। |
প্রতিক্রিয়া শরীর
ব্যাচ ধরে রাখা অ্যাকাউন্ট মুছে ফেলার জন্য প্রতিক্রিয়া.
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"statuses": [
{
object (Status )
}
]
} |
ক্ষেত্র |
---|
statuses[] | object ( Status ) মুছে ফেলা অ্যাকাউন্টগুলির জন্য স্ট্যাটাসের একটি তালিকা। ফলাফল অনুরোধ হিসাবে একই ক্রম আছে. |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/ediscovery
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-27 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-27 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Removes specified accounts from a legal hold within a matter."],["Requires a matter ID, hold ID, and a list of account IDs to be removed."],["Returns a list of statuses for each account removal attempt."],["Uses the `https://www.googleapis.com/auth/ediscovery` authorization scope."]]],["This describes an API endpoint for removing accounts from a hold within a matter. A `POST` request is sent to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts`, using the matter and hold IDs as path parameters. The request body, in JSON format, contains an array of `accountIds` to be removed. The JSON response body contains an array of `statuses` reflecting the result of each removal request, maintaining the order of the original request. It requires the OAuth scope `https://www.googleapis.com/auth/ediscovery`.\n"]]