Method: deployments.groups.delete
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک group
را حذف می کند. اگر گروه وجود نداشته باشد، NOT_FOUND
برمیگرداند.
درخواست HTTP
DELETE https://androidovertheair.googleapis.com/v1/{name=deployments/*/groups/*}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
name | string نام منبع نسبی به عنوان مثال: "deployments/deployment_x/groups/group_g" |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ خالی است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/android_partner_over_the_air
برای اطلاعات بیشتر، به نمای کلی OAuth 2.0 مراجعه کنید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی."],[[["This guide explains how to delete a group using the Android Over-the-air deployments API."],["To delete a group, you will need to send an empty `DELETE` request to the specified URL, including the group's resource name as a path parameter."],["If the deletion is successful, the API will return an empty response body; if the group is not found, it will return a `NOT_FOUND` error."],["This operation requires the `https://www.googleapis.com/auth/android_partner_over_the_air` OAuth scope for authorization."]]],["This document outlines the process for deleting a group via an API. The core action is a `DELETE` HTTP request sent to a specific URL, which includes a group's unique `name` identifier as a path parameter. The request body must be empty. A successful deletion returns an empty response body, while a non-existent group yields a `NOT_FOUND` error. Authorization is required, utilizing the specified OAuth scope. The URL's syntax adheres to gRPC Transcoding standards.\n"]]