/// <summary>
 /// <c>POST</c> request to the <c>ccr.forget_follower</c> API, read more about this API online:
 /// <para></para>
 /// <a href = "https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-forget-follower.html">https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-forget-follower.html</a>
 /// </summary>
 public Task <ForgetFollowerIndexResponse> ForgetFollowerIndexAsync(IForgetFollowerIndexRequest request, CancellationToken ct = default) => DoRequestAsync <IForgetFollowerIndexRequest, ForgetFollowerIndexResponse>(request, request.RequestParameters, ct);
 /// <summary>
 /// <c>POST</c> request to the <c>ccr.forget_follower</c> API, read more about this API online:
 /// <para></para>
 /// <a href = "https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-forget-follower.html">https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-forget-follower.html</a>
 /// </summary>
 public ForgetFollowerIndexResponse ForgetFollowerIndex(IForgetFollowerIndexRequest request) => DoRequest <IForgetFollowerIndexRequest, ForgetFollowerIndexResponse>(request, request.RequestParameters);