Hello, first of all thanks for your time reading this question,
We would need some help, we would need to delete a %GlobalBinaryStream which is a variable called "pOutput" which is being sent from a REST Service to POSTMAN
Currently we have tried:
set pOutput = ##class(%GlobalBinaryStream).%New()
//set pOutput = msg
while(msg.AtEnd=0){
do pOutput.Write(msg.Read())
}
do msg.Clear()
Quit $$$OK
do pOutput.

.png)


