cURL
curl --request DELETE \ --url https://app.recallio.ai/api/Knowledge/document/{id} \ --header 'Authorization: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Delete a document
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
OK