Appearance
Delete models
About 130 wordsLess than 1 minute
apiModels
2025-03-13
Method
POST
Request URL
/plugin/datafor-modeler/api/datasource/analysis/deleteBatch
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Content Type
application/json
Preconditions
- The current user must have administrative privileges for the models.
Request Example
[
"Demo1",
"Demo2"
]
Name | Location | Type | Required | Description |
---|---|---|---|---|
body | body | array[string] | No | A list of model names to be deleted. |
Response Examples
{
"msg": "success",
"success": true
}
HTTP Responses
HTTP Status Code | Meaning | Description | Data Schema |
---|---|---|---|
200 | OK | The request was successful. | Inline |
Response Data Schema (HTTP 200)
Name | Type | Required | Description |
---|---|---|---|
msg | string | No | Response message. |
success | boolean | Yes | Indicates whether the request was successful. |