Delete knowledge file
DELETE/api/v2/KnowledgeFile
deprecated
This endpoint is deprecated. Use DELETE api/v{version}/AgentVersion/{agentCode}/{agentVersion}/knowledge/delete/{knowledgeFileVersionId} instead.
Request
Query Parameters
knowledgeFileId uuid
Id of the knowledge file you want to delete
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 500
Success
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error
Loading...