10.3 Delete session
DELETE http://{{rip_ip}}:5438/preflight/{{session_id}}
Closes the session and deletes all cached data at the server.
Response
Success
- 200 OK :
{"Message":"Session closed"}
Error
- 404 Not Found :
{"Message":"Session not found"}