Skip to main content

Delete a transform

DELETE 

/transforms/:id

Deletes the transform specified by the given ID. Attempting to delete a transform that is used in one or more Identity Profile mappings will result in an error. If this occurs, you must first remove the transform from all mappings before deleting the transform. A token with transform delete authority is required to call this API.

Request

Path Parameters

    id stringrequired

    ID of the transform to delete

    Example: 2cd78adghjkja34jh2b1hkjhasuecd

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...