delete_team_member
Remove a team member by specifying their unique ID using this tool, streamlining team management within BugcrowdMCP's secure API environment.
Instructions
Delete a member 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_memberArguments",
"type": "object"
}