Function etcd::members::delete

source ·
pub fn delete<C>(
    client: &Client<C>,
    id: String
) -> impl Future<Item = Response<()>, Error = Vec<Error>> + Sendwhere
    C: Clone + Connect,
Expand description

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.