Smithery
skills.delete
Delete a skill by namespace and slug. Requires ownership of the namespace.
Remote smithery
Other tools also called skills.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "path parameter"
},
"namespace": {
"type": "string",
"description": "path parameter"
}
}
}