EndPoint Delete a Dataset
Name
delete_dataset
Description
Delete a Dataset by ID. [API reference]
Parameters
Parameter | Label | Required | Options | Description | ||||
---|---|---|---|---|---|---|---|---|
Id | Id | YES | ||||||
WorkspaceId | WorkspaceId | NO |
|
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_STR
|
varchar(36)
|
36 | False | |
Status |
DT_WSTR
|
nvarchar(30)
|
30 | False | |
HttpStatusCode |
DT_I4
|
int
|
False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_STR
|
varchar(36)
|
36 | False |
Required columns that you need to supply are bolded.