callDeleteAccessPointCommand
suspend fun callDeleteAccessPointCommand(endpoint: String, params: DeleteAccessPointParams): DeleteAccessPointResponse
Call camera._deleteAccessPoint
Return
response of _deleteAccessPoint command
Parameters
endpoint
Endpoint of Theta web API
params
delete access point parameters
See also
Throws
java.net.ConnectException
can not connect to target endpoint
ConnectTimeoutException
timeout to connect target endpoint
RedirectResponseException
target response 3xx status
ClientRequestException
target response 4xx status
ServerResponseException
target response 5xx status