“”“Remove an existing user team.”
Function: remove_user_team Version: 21.0+
Argument Name |
Type Description | |
---|---|---|
user_team_id |
string |
The id of the team to be removed. |
response
{ "success": true, "error": "" }
Key |
Type |
Description |
---|---|---|
success |
boolean |
Indicates if the removal of the team was successful. |
error |
string |
Description of the error while removing the team. |