/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 1w ago
View markdown
opencelium
OpenCelium API
delete
Deletes a connection by provided connection ID
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
# Authorization
1
Aggregator
8
Application Components
1
Application Config
2
Category
11
Connection
35
get
Retrieves a connection from database by provided connection ID
put
Modifies a connection by provided connection ID and accepting connection data in request body.
patch
Updates connection with a patch request
get
Retrieves a connection by provided connection ID and snapshotId
put
Updates certain snapshot's metadata by provided connection ID and snapshotId
delete
Deletes a connection by provided connection ID and snapshotId
put
Switches connection's current version(snapshot) by provided connection ID and snapshotId
get
Retrieves specified masking rule of connection from database
put
Updates masking rule for a connection
delete
Deletes a masking rule of a connection by provided connection ID and rule ID
put
Deletes a list of connections based on the provided list of their corresponding IDs
post
Creates a connection from database by accepting connection data in request body.
post
Creates a masking rule for a connection
post
Creates set of masking rules for a connection
post
Validates a connection for correctly constructed structure
post
Sends request to remote api by accepting api data in request body.
post
Tests connection execution by temporarily creating new connection and scheduler.
post
Create support file with given masking for connection execution
post
Retrieves all connections by IDs
patch
Updates a fieldBinding of connection with a patch request
patch
Add|delete|updates a method and|or an operator of connection with a patch request and returns current its id
get
Removes webhook
get
Retrieves all connections versions by provided connection ID
get
Undoes the last update and returns undid connection
get
Retrieves all masking rules of connection from database
delete
Deletes masking rules of a connection by provided connection ID
get
Retrieves list of log names for connection
get
Creates an empty connection and returns it's id
get
Retrieves all connections from database by invokerName
get
Validates name of connection for uniqueness. Accepts the name as a query parameter, which allows names containing '/' (rejected by the server when sent as a path variable, even URL-encoded).
get
Validates name of connection for uniqueness. Deprecated: use GET /check?name= instead — names containing '/' cannot be passed as a path variable.
get
Retrieves all connections from database
get
Retrieves all Metadata of connections from database
delete
Deletes a connection by provided connection ID
delete
Removes all leftover test connections. Any test connection currently running is excluded from deletion.
Connector
15
Event Content
3
Event Message
10
Execution
5
Extra Operations
3
File
8
Invoker
14
Languages
1
Ldap
2
Online Synchronization History with Service Portal
3
password-reset-controller
2
Scheduler
22
Search
1
Subscription
13
Support files for Connections
6
Template
11
Update Assistant
17
User
12
User Details
1
User Role(Group)
9
Webhook
6
Widget
6
Widget Settings
2
Connection
Deletes a connection by provided connection ID
delete
/connection/{id}
Path parameters
id
integer
required
Response
Connection has been successfully deleted.