Deletes an existing transform.
-
Requires the
manage_transform
cluster privilege. This privilege is included in thetransform_admin
built-in role. - Before you can delete the transform, you must stop it.
-
force
-
(Optional, Boolean) When
true
, the transform is deleted regardless of its current state. The default value isfalse
, meaning that the transform must bestopped
before 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
.