deleteData

inline suspend fun <T> HueHttpClient.deleteData(vararg pathSegments: String): T

Make a DELETE request to the hue bridge.@author

Parameters

pathSegments

A list of strings to url encode and use as the path.

Throws

if the response body is unable to be decoded.

if the client has not been configured with a hostname.

if the client's authentication is invalid.

if an error occurs while communicating with the API.