DELETE devices/{deviceId}/blacklist/{id}
Remove a specific blacklist item from specified device's blacklist. Please note that changing the blacklist using this method does not send the list to the device. After the blacklist is assembled, you need to post a ApplicationBlacklistConfigurationOperation, which will then gather this list and synchronize it with the client.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| deviceId | The device identifier. | Define this parameter in the request URI. | 
| id | The blacklist item identifier. | Define this parameter in the request URI. | 
Response Information
A task representing the asynchronous work.
Response body formats
application/json, text/json
					Sample:
							
    Sample not available.