Delete data
Prerequisites
Authenticate in python (see Authenticate) or in Node (see Authenticate):
Delete the data
This is the Python function for removing one or many Asset
:
kili.delete_many_from_dataset(asset_ids=['kjh23kljlkj23kj5oiu664oiu0909'])
This is the NodeJS function for removing one or many Asset
:
await kiliPlayground.deleteManyFromDataset({
assetIDs: ["kjh23kljlkj23kj5oiu664oiu0909"],
});