Written by
Delete embed
Deletes the specified embedding.
Request
POST
https://api.datalens.tech/rpc/deleteEmbed
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"embedId": "example"
}
|
Name |
Description |
|
embedId |
Type: string ID of the embedding to delete. Example: |
Responses
200 OK
Response
Body
application/json
{
"embedId": "example"
}
|
Name |
Description |
|
embedId |
Type: string ID of the deleted embedding. Example: |