deleteNamespace
Permanently remove a namespace by its ID to manage and organize data within the SourceSync.ai MCP Server, ensuring efficient knowledge management.
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"
}