Saltar para o conteúdo principal
DELETE
/
public
/
api
/
v1
/
agents
/
{agentPublicId}
/
knowledge-sources
/
{knowledgeSourcePublicId}
Unlink a knowledge source from the agent
curl --request DELETE \
  --url https://api.gennia.ai/public/api/v1/agents/{agentPublicId}/knowledge-sources/{knowledgeSourcePublicId} \
  --header 'X-Api-Key: <api-key>'

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

agentPublicId
string<uuid>
obrigatório
knowledgeSourcePublicId
string<uuid>
obrigatório

Resposta

Knowledge source unlinked