##Required authorization
- Cluster privileges:
manage_transform
Query parameters
-
If this value is false, the transform must be stopped before it can be deleted. If true, the transform is deleted regardless of its current state.
-
If this value is true, the destination index is deleted together with the transform. If false, the destination index will not be deleted
-
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1or0.
DELETE
/_transform/{transform_id}
Console
DELETE _transform/ecommerce_transform
curl \
--request DELETE 'http://api.example.com/_transform/{transform_id}'
Response examples (200)
A successful response when the transform is deleted.
{
"acknowledged": true
}