Remove my team from a super team
- Keywords:
- retract remove leave team
It is not possible to retract your team's membership in another team using the web UI. You can ask a team admin in the other team to remove your team or if you are an admin of your team, you can use an API script to retractTeamMemb
#!/usr/bin/python
# Requires launchpadlib which Ubuntu users can get by running
# sudo apt-get install launchpadlib
# from a terminal.
from launchpadlib.
lp = Launchpad.
'retract-
service_root='https:/
version=
my_team = lp.people[
other_team = lp.people[
my_team.