Delete embed

Deletes the specified embedding.

Request

POST

http://<хост_on-premises>/rpc/deleteEmbed

Headers

Name

Description

x-dl-api-version

Type: string

API version header.

Const: 2

Example: 2

Body

application/json
{
  "embedId": "example"
}

Name

Description

embedId

Type: string

ID of the embedding to delete.

Example: example

Responses

200 OK

Response

Body

application/json
{
  "embedId": "example"
}

Name

Description

embedId

Type: string

ID of the deleted embedding.

Example: example