gdcloud iam roles delete ROLE_NAME [--project=PROJECT] [flags]
설명
이 명령어는 --project 플래그가 제공된 경우 프로젝트 범위에서 커스텀 역할을 삭제하고, 그렇지 않은 경우 조직 범위에서 커스텀 역할을 삭제합니다.
EXAMPLES
To delete a custom role at organization scope, run:
gdcloud iam roles delete org-role
To delete a custom role at project scope, run:
gdcloud iam roles delete project-role --project my-project
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis command \u003ccode\u003egdcloud iam roles delete\u003c/code\u003e is used to delete a custom role within either a project or organization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eROLE_NAME\u003c/code\u003e argument specifies the custom role to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eAdding the \u003ccode\u003e--project\u003c/code\u003e flag allows for the deletion of a custom role at the project level.\u003c/p\u003e\n"],["\u003cp\u003eOmitting the \u003ccode\u003e--project\u003c/code\u003e flag results in the command deleting a custom role at the organization level.\u003c/p\u003e\n"]]],[],null,["# gdcloud iam roles delete\n\nNAME\n----\n\ngdcloud iam roles delete - Delete a custom role.\n\nSYNOPSIS\n--------\n\n gdcloud iam roles delete ROLE_NAME [--project=PROJECT] [flags]\n\nDESCRIPTION\n-----------\n\nThis command deletes a custom role at project scope, If the --project flag is provided, otherwise, it deletes a custom role at an organization-scope.\n\n### EXAMPLES\n\n\n To delete a custom role at organization scope, run:\n\n gdcloud iam roles delete org-role\n\n To delete a custom role at project scope, run:\n\n gdcloud iam roles delete project-role --project my-project\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]