deleteVarsAsk AIpost https://api.leanplum.com/api?action=deleteVarsDeletes the list of variables from the Leanplum content management system. This method requires your development API clientKey.Body ParamsappIdstringrequiredDefaults to YOUR_APP_IDThe application ID. To find yours, select your app in the navigation column, and click Manage Apps. Then click Keys & Settings.clientKeystringrequiredDefaults to YOUR_DEV_KEYThe Development key for your Leanplum App.apiVersionstringenumrequiredDefaults to 1.0.6The version of the Leanplum API to use. The current version is 1.0.6.1.0.6Allowed:1.0.6varsarray of stringsrequiredA list of variables to be removed.vars*ADD stringResponse defaultReturns the status and a list of variables that were deleted.Updated 7 months ago