endTso

@DELETE(value = "/zosmf/tsoApp/tso/{servletKey}")
abstract fun endTso(@Header(value = "Authorization") authorizationToken: String, @Header(value = "Content-type") contentType: ContentType = ContentType.APP_JSON, @Path(value = "servletKey") servletKey: String, @Query(value = "tsoforcecancel") tsoForceCancel: Boolean? = null): Call<TsoResponse>

An API function to close the TSO session

Return

a wrapped instance of TsoResponse

Parameters

authorizationToken

is a base 64 encoding representation of userid:password

contentType

content type of the request

servletKey

unique identifier for the servlet entry

tsoForceCancel

is an optional parameter that indicates whether to use the CANCEL or LOGOFF command to end the TSO/E address space