Terminate a session
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Terminate the HTTP session identified by the specified sessionID.
HTTP Operation
DELETE
URI
//host_name:port/oemanager/applications/App_name
/sessions?sessionID=value&terminateOpt={ 0 | 1| 2 }
where a terminateOpt value of 0 causes a graceful termination, a value of 1 causes a forced termination, and a value of
2 allows the current requests to be finished and then terminate
the session.
Media type
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body example
NA
Response body example
|