OpenSearch/rest-api-spec/api/indices.delete.json

22 lines
314 B
JSON
Raw Normal View History

{
"indices.delete": {
"documentation": "",
"methods": ["DELETE"],
"url": {
"path": "/",
"paths": ["/", "/{index}"],
"parts": {
"index": {
}
},
"params": {
"index": {
},
"timeout": {
}
}
},
"body": null
}
}