Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/docs/delete.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ DELETE /twitter/_doc/1?routing=kimchy
// TEST[continued]

The above will delete a tweet with id `1`, but will be routed based on the
user. Note, issuing a delete without the correct routing, will cause the
user. Note that issuing a delete without the correct routing will cause the
document to not be deleted.

When the `_routing` mapping is set as `required` and no routing value is
specified, the delete api will throw a `RoutingMissingException` and reject
specified, the delete API will throw a `RoutingMissingException` and reject
the request.

[float]
Expand Down