Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 2.06 KB

removepermissionsrequestbody.md

File metadata and controls

9 lines (6 loc) · 2.06 KB

RemovePermissionsRequestBody

Fields

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