delete-cloudflow-connection
dci delete-cloudflow-connection connectionId
Deletes a connection. Returns 409 if the connection is referenced by one or more flows.
Responses
204
No Content — connection deleted.
400 (application/json)
Bad Request - The server cannot process the request, often due to a malformed request.
{
"type": "object",
"description": "Standard error response structure.",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}