Appearance
Delete a model
About 127 wordsLess than 1 minute
apiModels
2025-03-13
Method
POST
Request URL
/plugin/datafor-modeler/api/datasource/analysis/{catalog}/remove
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Preconditions
- The current user must have administrative privileges for the model.
Request Schema
Name | Location | Type | Required | Description |
---|---|---|---|---|
catalog | path | string | Yes | The name of the model 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. |