Delete a document
DELETE/v1/projects/:project_id/knowledge/collections/:collection_id/documents/:document_id
Delete a document
Request
Responses
- 204
- 401
- 404
- 502
Document deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.