deleteNamespace
Permanently removes a namespace by its ID to manage and organize knowledge bases effectively within the SourceSync.ai MCP Server.
Instructions
Permanently deletes a namespace by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespaceId | No | ||
tenantId | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"namespaceId": {
"type": "string"
},
"tenantId": {
"type": "string"
}
},
"type": "object"
}