Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.79 KB

removepermissionsrequestbody.md

File metadata and controls

9 lines (6 loc) · 1.79 KB

RemovePermissionsRequestBody

Fields

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