Delete knowledge file.
DELETE/api/v2/KnowledgeFile
Deletes an existing knowledge file by providing its Id.
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...