delete_team_member
Remove a team member from a Codemagic team using the team ID and user ID.
Instructions
Remove a team member from the team.
Args: team_id: The team identifier user_id: The user identifier to remove
Returns: Response from the API (empty if successful)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |