Class DeleteTransformRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.DeleteTransformRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteTransformRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • transformId

      public java.lang.String transformId()
      Required - The id of the transform to delete

      API name: transform_id

    • force

      @Nullable public java.lang.Boolean force()
      When true, the transform is deleted regardless of its current state. The default value is false, meaning that the transform must be stopped before it can be deleted.

      API name: force