I need to delete few Transforms which are listing under V1-{{api-url}}/cc/api/transform/list

Can any help with API call to delete the transforms listing under V1.
V3 delete is not usable as we donot have transform ID in V1 version.

Hello @nandiniks,

To delete transforms using the v1 api, you will use the following url.

POST {{api-url}/cc/api/transform/delete/{transform name}

@tyler_mairose Thank you so much for the response, I shall try this method and update the result.

Can we create a V1 trasnform for test
POST {{URL}}/cc/api/transform/create/transform name