Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.6 KB

removerolesrequestbody.md

File metadata and controls

9 lines (6 loc) · 1.6 KB

RemoveRolesRequestBody

Fields

Field Type Required Description Example
KeyID string ✔️ The id of the key.
Roles []operations.RemoveRolesRoles ✔️ The roles you want to remove from this key. [
{
"id": "role_123"
},
{
"name": "dns.record.create"
}
]