25%macro ms_deletefile(driveloc
30%let headref=%mf_getuniquefileref();
33 file &headref lrecl=1000;
34 infile
"&_sasjs_tokenfile" lrecl=1000;
39proc http method=
'DELETE' headerin=&headref
40 url=
"&_sasjs_apiserverurl/SASjsApi/drive/file?_filePath=&driveloc";
41%
if &mdebug=1 %then %
do;
46filename &headref clear;