delete_team_role
Remove a role from a team on BugcrowdMCP by specifying the role ID, ensuring streamlined team management and access control.
Instructions
Delete a role from a team.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_team_roleArguments",
"type": "object"
}