deleteSession

@HTTP(method = "DELETE", path = "delete", hasBody = true)
abstract suspend fun deleteSession(@Body request: DeleteSessionRequest): Response<Unit>

Deletes an active host session.