Unload Debugging Session
get
/rest/debuggerService/unload/{debugSessionId}
Terminates and cleans up an existing debugging session.
Request
Path Parameters
-
debugSessionId(required):
Identifier of the debugging session to unload.
Header Parameters
-
Password(required):
Application password.
-
PasswordType(required):
Password type (case-sensitive). Use PasswordText. PasswordDigest requires webservice.allowHashedPassword=Yes.
-
Username(required):
Application username.
Response
200 Response
Debugging session unloaded successfully.
400 Response
Invalid request data / missing debugSessionId.
401 Response
Authentication failed.
403 Response
Authorization failed.
500 Response
Internal processing error.