Delete knowledge file version from knowledge sources.
DELETE/api/v2/AgentVersion/:agentCode/:agentVersion/knowledge/delete/:knowledgeFileVersionId
Delete knowledge file version from knowledge sources.
Request
Path Parameters
agentCode stringrequired
The code of the agent.
agentVersion int32required
The version number of the agent.
knowledgeFileVersionId uuidrequired
The ID of the knowledge file version to delete.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Knowledge file version deleted successfully.
If the request is invalid or the version is not in DRAFT status.
The user is unauthorized or the session expired
The user does not have permission
If the agent or version is not found.
There was an unexpected error
Loading...