Contract Testing: Admin Remove User from Team
contract-testing_admin_remove_user_from_teamRemove a specific user from a team using team ID and user ID. Admin operation for managing team membership in SmartBear contract testing.
Instructions
Remove a specific user from a team (admin).
Toolset: Admin
Parameters:
teamId (string) required: UUID of the team
userId (string) required: UUID of the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | UUID of the team | |
| userId | Yes | UUID of the user |