stop Host

@PatchMapping(path = ""/{" + HOST_IDENTIFIER_KEY + "}" + STOP_ENDPOINT" )
open fun stopHost(@PathVariable(value = "id") sessionId: String, @PathVariable(value = "host_id") hostId: String, @RequestParam(value = "language", required = false, defaultValue = "en") language: String): String

Endpoint used to stop a host

Return

the response as String

Parameters

sessionId

The identifier of the session

hostId

The identifier of the host

language

The language of the user who sent the request