cldkctl_org_role_delete
Delete a specific organizational role by providing its Role ID using the cldkctl endpoint. Integrates with MCP cldkctl Server for streamlined role management.
Instructions
Call the cldkctl_org_role_delete endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
role_id | Yes | Role ID |
Input Schema (JSON Schema)
{
"properties": {
"role_id": {
"description": "Role ID",
"type": "string"
}
},
"required": [
"role_id"
],
"type": "object"
}