Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
file=/common/filetopurge.js を使用して一度に 1 つのファイルを削除しているようですが、可能であれば同じ DELETE 要求で複数のファイルを削除するにはどうすればよいですか?
@ user2200550 ファイルを配列で送信すると、API はすべてのファイルを並行して削除します。それが役立つことを願っています。そうでない場合はお知らせください。