删除 androidDeviceOwnerWiFiConfigurationDelete androidDeviceOwnerWiFiConfiguration
2021/3/24
本文内容
命名空间:microsoft.graphNamespace: microsoft.graph
重要提示: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
先决条件Prerequisites
要调用此 API,需要以下权限之一。要了解详细信息,包括如何选择权限的信息,请参阅权限。One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
权限类型Permission type
权限(从最低特权到最高特权)Permissions (from least to most privileged)
委派(工作或学校帐户)Delegated (work or school account)
DeviceManagementConfiguration.ReadWrite.AllDeviceManagementConfiguration.ReadWrite.All
委派(个人 Microsoft 帐户)Delegated (personal Microsoft account)
不支持。Not supported.
应用程序Application
DeviceManagementConfiguration.ReadWrite.AllDeviceManagementConfiguration.ReadWrite.All
HTTP 请求HTTP Request
DELETE /deviceManagement/deviceConfigurations/{deviceConfigurationId}
DELETE /deviceManagement/deviceConfigurations/{deviceConfigurationId}/groupAssignments/{deviceConfigurationGroupAssignmentId}/deviceConfiguration
DELETE /deviceManagement/deviceConfigurations/{deviceConfigurationId}/microsoft.graph.windowsDomainJoinConfiguration/networkAccessConfigurations/{deviceConfigurationId}
请求标头Request headers
标头Header
值Value
AuthorizationAuthorization
Bearer 。必需。Bearer Required.
接受Accept
application/jsonapplication/json
请求正文Request body
请勿提供此方法的请求正文。Do not supply a request body for this method.
响应Response
如果成功,此方法返回 204 No Content 响应代码。If successful, this method returns a 204 No Content response code.
示例Example
请求Request
下面是一个请求示例。Here is an example of the request.
DELETE https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations/{deviceConfigurationId}
响应Response
下面是一个响应示例。注意:为了简单起见,可能会将此处所示的响应对象截断。将从实际调用中返回所有属性。Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
HTTP/1.1 204 No Content