Delete a knowledge base document
Delete a knowledge base document by ID
Required scope: convai:write
Path Parameters
- Type: string Format: uuiddocument
Id requiredID of the document to delete
Responses
- 204
Document deleted
- application/json
- 404
Document not found
Request Example for delete/knowledge-base/{documentId}
curl https://api.simwood.com/convai/v1/knowledge-base/123e4567-e89b-12d3-a456-426614174000 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body