Delete dataset
Deletes the specified dataset.
Request
POST
http://<хост_on-premises>/rpc/deleteDataset
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"datasetId": "example"
}
|
Name |
Description |
|
datasetId |
Type: string Source dataset identifier. Example: |
Responses
200 OK
Response
Body
application/json
null
Type: unknown
Previous
Next