You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VariableService returns a generic error when performing a DELETE command against the underlying endpoint. Behind the scenes, these variables are stored in a VariableSet, which is never deleted -- but that's for another time. ;)
This issue requests correcting the behaviour associated with DELETEs for a variable if it's not found.
The
VariableService
returns a genericerror
when performing aDELETE
command against the underlying endpoint. Behind the scenes, these variables are stored in aVariableSet
, which is never deleted -- but that's for another time. ;)This issue requests correcting the behaviour associated with DELETEs for a variable if it's not found.
Related: #181
The text was updated successfully, but these errors were encountered: