v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by calling <code>DeleteMLTransforms</code>. However, any Glue jobs that still reference the deleted transform will no longer succeed.

post/#X-Amz-Target=AWSGlue.DeleteMLTransform

Headers

X-Amz-Target'AWSGlue.DeleteMLTransform' required

Request body

TransformIdstring required

The unique identifier of the transform to delete.

Response

Success

TransformIdstring

The unique identifier of the transform that was deleted.