Unload Debugging Session

get

/rest/debuggerService/unload/{debugSessionId}

Terminates and cleans up an existing debugging session.

Request

Path Parameters
Header Parameters
Back to Top

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.
Back to Top