DataLens API: Delete embed
Статья создана
Обновлена 16 марта 2026 г.
Deletes the specified embedding.
HTTP request
POST https://api.datalens.tech/rpc/deleteEmbed
Body parameters
Request schema: application/json
{
"embedId": "string"
}
|
Field |
Description |
|
embedId |
string Required field. ID of the embedding to delete. |
Response
HTTP Code: 200
Response
Response schema: application/json
{
"embedId": "string"
}
|
Field |
Description |
|
embedId |
string Required field. ID of the deleted embedding. |