Solved

Permanently deleting the whole dataset

  • 24 May 2023
  • 2 replies
  • 21 views

Hello! I need to permanently delete a dataset (a previously uploaded .csv file). How do I make that happen?

Is the red "Delete" button in the "Manage" -> "Data Sets" -> <data set> section (see screenshot below) sufficient for this purpose? Or is there another way to do it?

 

icon

Best answer by Julius Kos 24 May 2023, 10:40

View original

2 replies

Userlevel 2

Hello Darina, 

That would be definitely a correct approach. You could also do it directly from Logical Data Model (LDM) while navigating to “Data” → “Model”, go to Edit mode and delete the dataset as per the bellow screenshot:

Another option would be to delete it via API. For that you would need to obtain the object ID of the dataset by navigating to the bellow endpoint:

https://<domain_URL>/gdc/md/<workspace_ID>/query/datasets (please fill your hostname and workspace ID).

Once you click on the particular dataset from the list, you can take the whole browser URL, use it as API endpoint and call DELETE method. 

Many thanks for your reply, Julius!

Reply