DataLens API: Delete connection
Статья создана
Обновлена 16 января 2026 г.
HTTP request
Deletes the specified connection.
POST https://api.datalens.yandex.net/rpc/deleteConnection
Body parameters
Request schema: application/json
{
"connectionId": "string"
}
|
Field |
Description |
|
connectionId |
string Required field. ID of the connection to delete. You can find it in the connection settings in DataLens interface. |
Response
HTTP Code: 200
Response schema: application/json
"unknown"