Delete Connection
DELETE
/api/v1/connections/{connection_id}
Delete a database connection and clean up cached engine.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” connection_id
required
Connection Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
ConnectionDeleteResponse
Response for DELETE /connections/{id}.
object
success
required
Success
Whether the request succeeded.
boolean
error
Any of:
ErrorDetail
null
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context