---
"Delete on all shards when parent not specified":
- do:
indices.create:index: test_1body:mappings:test:_parent: { type:"foo" }
- do:
cluster.health:wait_for_status: yellow
- do:index:index: test_1type: test
id:1parent:5body: { foo: bar }
- do:delete:index: test_1type: test
id:1