4 lines
52 B
Bash
Executable File
4 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -XDELETE "http://127.0.0.1:9200/$1"
|