Function etcd::members::delete [] [src]

pub fn delete<C>(
    client: &Client<C>,
    id: String
) -> Box<Future<Item = Response<()>, Error = Vec<Error>>> where
    C: Clone + Connect

Deletes a member from the cluster.

Parameters

  • client: A Client to use to make the API call.
  • id: The unique identifier of the member to delete.