This object is in archive! 

Delete or rename a Variable

Arno Bücken shared this question 6 years ago
Need Answer

Dear Zipato team,


I tried to add a variable. On the first try nothing happened, so I tried it a second time. Aftre this I have two variables of exactly the same name. As this can lead to assigning a value to the first instance and read the second instance, this is more than unwanted.

Unfortunately I do not see a way to delete variables. Could you pleas let me know how to proceed?


Best regards,

Arno

Replies (2)

photo
1

Dear Arno,

Currently we don't have easy option to delete variables. If you like to delete them you should do it through API.

Variables are stored on same place as rules so go to API -> rules -> GET /rules -> find rule with type " VARIABLE"

and copy ID of the rule.

GO to DELETE /rules/id and PASTE ID of the variable. -> press Try it out.

After that go to your console and refresh you browser. Variable should be deleted and it will no longer be on the list.

Best regards,

photo
1

That worked. Thanks a lot!

Arno

Leave a Comment
 
Attach a file