|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Deletes a viya folder. More...
Go to the source code of this file.
If not running in Studo 5 +, will expect an oauth token in a global macro variable (default ACCESS_TOKEN).
%mv_createfolder(path=/Public/test/blah) %mv_deleteviyafolder(path=/Public/test)
| [in] | path= | The full path of the folder to be deleted |
| [in] | access_token_var= | (ACCESS_TOKEN) The global macro variable to contain the access token |
| [in] | grant_type= | (sas_services) Valid values are:
|
| [in] | mdebug= | (0) Set to 1 to enable DEBUG messages |
Definition in file mv_deleteviyafolder.sas.