The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"_comment": "Workflow: NGO.tools KB Delete | n8n ID: wfgok310jJzLs67L | Webhook: /webhook/ngo-tools-kb-delete (POST)",
"name": "NGO.tools KB Delete",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "ngo-tools-kb-delete",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-delete",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
]
},
{
"parameters": {
"operation": "executeQuery",
"query": "DELETE FROM n8n_vectors_ngo_tools WHERE metadata->>'source' = '{{ $json.body.source }}'"
},
"id": "delete-chunks",
"name": "Delete Chunks",
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.5,
"position": [
240,
0
],
"credentials": {
"postgres": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ success: true, deleted_source: $('Webhook Trigger').first().json.body.source }) }}"
},
"id": "respond-delete",
"name": "Respond",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
480,
0
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Delete Chunks",
"type": "main",
"index": 0
}
]
]
},
"Delete Chunks": {
"main": [
[
{
"node": "Respond",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "NGO.tools"
},
{
"name": "Admin"
}
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
postgres
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
NGO.tools KB Delete. Uses postgres. Webhook trigger; 3 nodes.
Source: https://github.com/Zwiener-IT/ngo-tools-chatbot/blob/a05f863077e1313998c891adbe76dc3ba5834ad9/workflows/kb-delete.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Text-to-SQL: Check Status. Uses postgres. Webhook trigger; 5 nodes.
Register Company Workflow. Uses start, postgres. Webhook trigger; 4 nodes.
AI Rating Collector. Uses postgres, respondToWebhook. Webhook trigger; 3 nodes.
Webhook HTTP Postgres. Uses httpRequest, postgres. Webhook trigger; 3 nodes.