<div dir="ltr">No, this isn't possible.  You can clear the whole cache, execute api to expire an individual URL, prefix the url with {refresh=true}<a href="http://example.com/myfile.wav">http://example.com/myfile.wav</a> to force it to discard the cached file,  have your server set Cache-Control: max-age= to set a reasonable expiration, or change the default expiration in the config if there is no Cache-Control set.  Best practice is to rename the file if you want to ensure immediate recaching.<div><br></div><div>Chris</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 5, 2021 at 10:46 AM Yusuf KALAY <<a href="mailto:ykalayy7@gmail.com">ykalayy7@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><p style="box-sizing:border-box;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-top:0px">Hi everyone,<br style="box-sizing:border-box">I want to delete multiple http caches from freeswitch in one command instead of one command for each file. Is there any way to do that? I tried a separate the files with '&' or ' ', but it does not work. Like below: </p><p style="box-sizing:border-box;margin-top:0px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-bottom:0px">->http_remove_cache <a rel="nofollow" href="http://example.com/media/hello_world.wav&http_remove_cache" style="box-sizing:border-box;background-color:transparent;text-decoration-line:none" target="_blank">http://example.com/media/hello_world.wav&http_remove_cache</a> <a rel="nofollow" href="http://example.com/media/hello_world_2.wav" style="box-sizing:border-box;background-color:transparent;text-decoration-line:none" target="_blank">http://example.com/media/hello_world_2.wav</a><br style="box-sizing:border-box">Or<br style="box-sizing:border-box">->http_remove_cache <a rel="nofollow" href="http://example.com/media/hello_world.wav&http://example.com/media/hello_world_2.wav" style="box-sizing:border-box;background-color:transparent;text-decoration-line:none" target="_blank">http://example.com/media/hello_world.wav&http://example.com/media/hello_world_2.wav</a><br><br>Regards Yusuf</p></div>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div>