Data Assets
Delete Data Asset
Use this API to delete a data asset. The request must include the data asset ID, and the response will confirm acceptance of the deletion request. If the data asset has child objects, those objects will also be deleted asynchronously along with the parent data asset.
delete/api/data-governance/v1/data-assets/{dataAssetId}
Path parameters
dataAssetIdstring uuid required
The unique identifier of the data asset.
Response
ACCEPTED