Appearance
Delete a connection
About 129 wordsLess than 1 minute
apiConnections
2025-03-13
MethodDELETE
Request URL
/plugin/datafor-modeler/api/connection/deletebyname
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Preconditions
- The current user’s type cannot be
SYS_Reader
. - The current user must have administrative privileges for the connection.
Content Type
No request body is typically used with DELETE
. Parameters are provided via query string.
Request Schema
Name | Location | Type | Required | Description |
---|---|---|---|---|
name | query | string | No | The name of the connection to delete |
Response Examples
200 Response
Indicates the request was processed successfully.
HTTP Responses
HTTP Status Code | Meaning | Description | Data schema |
---|---|---|---|
200 | OK | none | Inline |