Статья создана
Delete connection
Deletes the specified connection.
Request
POST
https://api.datalens.tech/rpc/deleteConnection
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"connectionId": "example"
}
|
Name |
Description |
|
connectionId |
Type: string Example: |
Responses
200 OK
Response
Body
application/json
null
Type: unknown