Unispec Docs
ApiKnowledge

Delete a document

DELETE
/v1/knowledge/{name}/documents/{docId}

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

name*string
docId*string

Response Body

application/json

curl -X DELETE "https://example.com/v1/knowledge/string/documents/string"
{  "deleted": "string"}