Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 4.1 KB

deletekeyrequestbody.md

File metadata and controls

9 lines (6 loc) · 4.1 KB

DeleteKeyRequestBody

Fields

Field Type Required Description Example
KeyID string ✔️ The id of the key to revoke key_1234
Permanent *bool By default Unkey soft deletes keys, so they may be recovered later. If you want to permanently delete it, set permanent=true. This might be necessary if you run into NOT_UNIQUE errors during key migration.