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

38 lines
641 B
JSON

{
"delete": {
"documentation": "http://elasticsearch.org/guide/reference/api/delete/",
"methods": ["DELETE"],
"url": {
"path": "/{index}/{type}/{id}",
"paths": ["/{index}/{type}/{id}"],
"parts": {
"id": {
},
"index": {
},
"type": {
}
},
"params": {
"consistency": {
},
"id": {
},
"parent": {
},
"refresh": {
},
"replication": {
},
"routing": {
},
"timeout": {
},
"version_type": {
}
}
},
"body": null
}
}