curl -X POST https://api.magpipe.ai/functions/v1/delete-knowledge-source \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"source_id": "f7a8b9c0-d1e2-3f4a-5b6c-789012def345"}'
{
"success": true,
"chunks_deleted": 24
}
Remove a knowledge source from your account
curl -X POST https://api.magpipe.ai/functions/v1/delete-knowledge-source \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"source_id": "f7a8b9c0-d1e2-3f4a-5b6c-789012def345"}'
{
"success": true,
"chunks_deleted": 24
}
curl -X POST https://api.magpipe.ai/functions/v1/delete-knowledge-source \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"source_id": "f7a8b9c0-d1e2-3f4a-5b6c-789012def345"}'
{
"success": true,
"chunks_deleted": 24
}