IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete transforms API
editDelete transforms API
editDeletes an existing transform.
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Request
editDELETE _data_frame/transforms/<transform_id>
Prerequisites
edit- Before you can delete the transform, you must stop it.
-
If the Elasticsearch security features are enabled, you must have
manage_data_frame_transforms
cluster privileges to use this API. The built-indata_frame_transforms_admin
role has these privileges. For more information, see Security privileges and Built-in roles.
Path parameters
edit-
<transform_id>
- (string) Required. Identifier for the transform.
Examples
editDELETE _data_frame/transforms/ecommerce_transform
When the transform is deleted, you receive the following results:
{ "acknowledged" : true }