DataLens API: Delete embedding secret
Written by
Updated at March 16, 2026
Deletes the specified key for embedding.
HTTP request
POST https://api.datalens.tech/rpc/deleteEmbeddingSecret
Body parameters
Request schema: application/json
{
"embeddingSecretId": "string"
}
|
Field |
Description |
|
embeddingSecretId |
string Required field. ID of the key for embedding to delete. |
Response
HTTP Code: 200
Response
Response schema: application/json
{
"embeddingSecretId": "string"
}
|
Field |
Description |
|
embeddingSecretId |
string Required field. ID of the deleted key for embedding. |