Skip to content

Delete method throw exception #651

@vovikdrg

Description

@vovikdrg
_client.Delete("id", s => s
    .Type("users")
    .Index("myindex")
);

Throws exception

Could not dispatch IElasticClient.Delete() into any of the following paths: 
 - /{index}/{type}/{id}

But should not

When i cast it to object (Delete<object>) then it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions