Delete Session
glue_delete_session | R Documentation |
Deletes the session¶
Description¶
Deletes the session.
Usage¶
glue_delete_session(Id, RequestOrigin)
Arguments¶
Id |
[required] The ID of the session to be deleted. |
RequestOrigin |
The name of the origin of the delete session request. |
Value¶
A list with the following syntax:
list(
Id = "string"
)
Request syntax¶
svc$delete_session(
Id = "string",
RequestOrigin = "string"
)