![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Deletes an item in a Viya folder. More...
Go to the source code of this file.
If not executed in Studio 5+ will expect oauth token in a global macro variable (default ACCESS_TOKEN).
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas"; %inc mc; %mv_createwebservice(path=/Public/test, name=blah) %mv_deletejes(path=/Public/test, name=blah)
[in] | path= | () The full path of the folder containing the item to be deleted |
[in] | name= | The name of the item to be deleted |
[in] | contenttype= | The contenttype of the item, eg: file, jobDefinition |
[in] | access_token_var= | (ACCESS_TOKEN) The global macro variable to contain the access token |
[in] | grant_type= | (sas_services) valid values are "password" or "authorization_code" (unquoted). |
Definition in file mv_deletefoldermember.sas.