Skip to content

Stop Session

glue_stop_session R Documentation

Stops the session

Description

Stops the session.

Usage

glue_stop_session(Id, RequestOrigin)

Arguments

Id

[required] The ID of the session to be stopped.

RequestOrigin

The origin of the request.

Value

A list with the following syntax:

list(
  Id = "string"
)

Request syntax

svc$stop_session(
  Id = "string",
  RequestOrigin = "string"
)