Delete a global variable.
POST/storage/globalvariables/del
A global variable can only be deleted by the user that created it.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
variableIdstringrequired
The variable name.
Example:
myVariable
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
messagestringrequired
The status message.
Example:
Successfully deleted global variable with id myVariable.
{
"message": "Successfully deleted global variable with id myVariable."
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}