Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 4.71 KB

File metadata and controls

9 lines (6 loc) · 4.71 KB

DeleteRoleRequest

Fields

Field Type Required Description
roleId String ✔️ A unique identifier for the role.
force Optional<Boolean> Determines whether the role should be deleted when it has associated principals.
- true: Deletes the role even if it has associated principals.
- false (default): Prevents deletion if the role has associated principals. You must manually unassociate the principals before deleting the role.