DELETE Session
Delete a session belonging to the API-Key by referencing the session_key - if it has not yet been stated by the User.
You can only delete session that has not been started by the User, and the status is IDLE
Sample Response (200: Ok)
The session successfully deleted.
Sample Response (400: Bad Request)
The session was unable to be deleted.
Sample Response (404: Not Found)
The session was not found - please check if the session_key
is correct.
Last updated