IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete transform API
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete transform API
editDeletes an existing transform.
Request
editDELETE _transform/<transform_id>
Prerequisites
edit-
Requires the
manage_transformcluster privilege. This privilege is included in thetransform_adminbuilt-in role. - Before you can delete the transform, you must stop it.
Path parameters
edit-
<transform_id> - (Required, string) Identifier for the transform.
Query parameters
edit-
force -
(Optional, Boolean) When
true, the transform is deleted regardless of its current state. The default value isfalse, meaning that the transform must bestoppedbefore it can be deleted. -
timeout -
(Optional, time)
Period to wait for a response. If no response is received before the timeout
expires, the request fails and returns an error. Defaults to
30s.
Examples
editDELETE _transform/ecommerce_transform
When the transform is deleted, you receive the following results:
{
"acknowledged" : true
}