deleteDataset
POST/deleteDataset
This API is used to delete a dataset.
The Authorization
must have a Bearer
followed by a Token
.
Mandatory parameters:
datasetname
Request
- text/plain
Body
any
Responses
- 200
deleteDataset
Response Headers
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- deleteDataset
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Successful"
}
{
"errorCode": "0",
"msg": "Successful"
}
Loading...