Deletes a team from an organization.
terrakube team delete --organization <ORG> --id <TEAM_ID>
--organization
-o
String
Yes
Organization ID or name.
--id
Team ID.
terrakube team delete -o "$ORG_ID" --id "$TEAM_ID"
Last updated 13 days ago
Was this helpful?