Skip to main content

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

Bodyrequired

    variableIdstringrequired

    The variable name.

    Example: myVariable

Responses

Success

Schema
    messagestringrequired

    The status message.

    Example: Successfully deleted global variable with id myVariable.