ByCloud Docs
GuidesCLIAPISDK

Remove service account from group

bycloud iam service-accounts-groups delete --service_account_id <service_account_id> --group_id <group_id> [flags]

Remove a service account from a group

Options

--group_id

stringrequired

Group ID

--service_account_id

stringrequired

Service Account ID

--output

(-o)

stringoptional

Output format: text, json, or yaml

Values: "text", "json", "yaml"

Default: "text"

Command

bycloud iam service-accounts-groups delete \
--service_account_id "abc-123" \
--group_id "abc-123"

Output

Success