Unkey · Schema
V2KeysDeleteKeyRequestBody
APIKeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| keyId | string | Specifies which key to delete using the database identifier returned from `createKey`. Do not confuse this with the actual API key string that users include in requests. Deletion immediately invalidat |
| permanent | boolean | Controls deletion behavior between recoverable soft-deletion and irreversible permanent erasure. Soft deletion (default) preserves key data for potential recovery through direct database operations. P |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/V2KeysDeleteKeyRequestBody",
"title": "V2KeysDeleteKeyRequestBody",
"type": "object",
"required": [
"keyId"
],
"properties": {
"keyId": {
"type": "string",
"minLength": 3,
"maxLength": 255,
"pattern": "^[a-zA-Z0-9_]+$",
"description": "Specifies which key to delete using the database identifier returned from `createKey`.\nDo not confuse this with the actual API key string that users include in requests.\nDeletion immediately invalidates the key, causing all future verification attempts to fail with `code=NOT_FOUND`.\nKey deletion triggers cache invalidation across all regions but may take up to 30 seconds to fully propagate.\n",
"example": "key_2cGKbMxRyIzhCxo1Idjz8q"
},
"permanent": {
"type": "boolean",
"default": false,
"description": "Controls deletion behavior between recoverable soft-deletion and irreversible permanent erasure.\nSoft deletion (default) preserves key data for potential recovery through direct database operations.\nPermanent deletion completely removes all traces including hash values and metadata with no recovery option.\n\nUse permanent deletion only for regulatory compliance (GDPR), resolving hash collisions, or when reusing identical key strings.\nPermanent deletion cannot be undone and may affect analytics data that references the deleted key.\nMost applications should use soft deletion to maintain audit trails and prevent accidental data loss.\n",
"example": false
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/unkey-v2keysdeletekeyrequestbody"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.