Removing strangely named indexes

Hello,

After wrongly confguring logstash I ended up with indices with the following format
%{[@file[beat]}-2017.11.30 is there a way that I can remove them?

Thanks in advance.

Hey,

you can use the delete index API. Do you run in to issues just trying to delete that index?

--Alex

I have tried that both via kibana dev tools also via curl request but they do not get deleted.