Documentation Index
Fetch the complete documentation index at: https://docs.contactswing.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your ContactSwing JWT Bearer token.
Path Parameters
Unique knowledge base identifier from ContactSwing dashboard.
Response
200 OK - Knowledge base deleted successfully
Deletion confirmation details
“Request processed successfully”
404 Not Found - Knowledge base not found
Example Request
curl -X DELETE 'https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_knowledgebase/YOUR_KB_ID' \
-H 'Authorization: Bearer YOUR_JWT_TOKEN'