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

24 lines
401 B
JSON

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