Method: deployments.devices.delete
طلب HTTP
DELETE https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
name |
string
مطلوبة. اسم الجهاز.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كان ذلك ناجحًا، نص الاستجابة فارغ.
نطاقات الأذونات
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Deletes a specific device within a deployment using an HTTP DELETE request."],["The request URL requires the device's name as a path parameter, following a specific format."],["An empty request body is necessary, and upon successful deletion, the response body will also be empty."],["Authorization for this operation necessitates the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["A device is deleted via an HTTP DELETE request to a specified URL. The URL, using gRPC Transcoding syntax, requires a `name` parameter to identify the target device. The request body must be empty. A successful operation will yield an empty response body. This action requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. The core process consists of making the delete request, using the provided endpoint and providing the right name and oauth scopes.\n"]]