Skip to contents

Removes the session's JSONL file permanently.

Usage

delete_session(session_id, directory = NULL)

Arguments

session_id

Character. UUID of the session.

directory

Character or NULL. Project directory.

Value

Invisibly TRUE.

Examples

# \donttest{
# Only run this if you have a session you want to delete
# delete_session("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")
# }