deleteUser
Remove a user from the MCP YAML API ecosystem by specifying their unique ID. Simplifies user management without requiring custom code.
Instructions
Delete a user by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [],
"type": "object"
}