Method: deployments.devices.delete
HTTP-запрос
DELETE https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя устройства. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа пусто.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/sasportal
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-11-02 UTC.
[null,null,["Последнее обновление: 2022-11-02 UTC."],[[["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"]]