Contents:
In Release 4.2, the wrangled dataset object was removed from the application interface. This API endpoint remains, as the internal platform objects have not been modified. For more information, see Changes to the Object Model.
Delete the specified wrangled dataset.
Version: v3
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/5.0/index.html#section/Authentication.
Request
Request Type: DELETE
Endpoint:
/v3/wrangledDatasets/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the imported dataset |
Request URI - Example:
/v3/wrangledDatasets/2
Request Body:
Empty.
Response
Response Status Code - Success: 204 - No Content
Response Body Example:
Empty.
Reference
For more information on the properties of a wrangled dataset, see API ImportedDatasets Get v3.
This page has no comments.