Smithery
namespaces.delete
Delete a namespace owned by the authenticated user. The namespace must not contain any servers. Skills and connections in the namespace will be deleted automatically.
Remote smithery
Other tools also called namespaces.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "path parameter"
}
}
}