FruxonDocs
ApiEmbed configs

Deletes an embed config.

Its key stops resolving immediately. Prefer disabling (update) if you may re-enable later.

DELETE
/v1/tenants/{tenant}/agents/{agent}/embedConfigs/{embedConfig}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The agent identifier.

embedConfig*string

The embed config id.

tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/agents/string/embedConfigs/string"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}