cldkctl_org_member_delete
Remove a user from an organization by specifying their unique user ID using this MCP cldkctl Server tool. Ideal for managing organization memberships efficiently.
Instructions
Call the cldkctl_org_member_delete endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | ID of the user to delete |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"description": "ID of the user to delete",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}