繁體中文
cURL
curl --request DELETE \ --url https://app.pathors.com/knowledgebases/{knowledgebaseId}/datasets/{datasetId} \ --header 'x-api-key: <x-api-key>'
{ "message": "<string>" }
從指定的知識庫中移除資料集
https://api.pathors.com
DELETE /knowledgebases/{knowledgebaseId}/datasets/{datasetId}
curl -X DELETE \ -H "x-api-key: your_api_key" \ https://api.pathors.com/knowledgebases/kb_abc123/datasets/dataset_xyz789
{ "message": "Dataset deleted successfully" }
/api/datasets/{filename}