/
CL
clerk
/
Clerk Backend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 19h ago
View markdown
clerk
Clerk Backend API
delete
Delete an API Key
7d969765e49a
latest
OpenAPI 3.0.3
MIT
raw.githubusercontent.com
2026-08-12
247
165
714.0 KB
Actor Tokens
2
Admin Portal Link Tokens
2
Agent Tasks
2
Allow-list / Block-list
6
API Keys
8
get
Get API Keys
post
Create an API Key
get
Get an API Key by ID
delete
Delete an API Key
patch
Update an API Key
get
Get an API Key Secret
post
Revoke an API Key
post
Verify an API Key
Beta Features
3
Billing
10
Clients
3
Directories
10
Domains
4
Email & SMS Templates
6
Email Addresses
7
Enterprise Connections
7
Instance Settings
11
Invitations
4
JWKS
1
JWT Templates
5
M2M Tokens
4
Machines
9
Miscellaneous
1
OAuth Access Tokens
1
OAuth Applications
8
Organization Domains
6
Organization Invitations
7
Organization Memberships
6
Organization Permissions
5
Organization Roles
7
Organizations
12
Phone Numbers
7
Proxy Checks
1
Redirect URLs
4
Role Sets
7
SAML Connections
5
SCIM Directories
10
Sessions
7
Sign Ups
2
Sign-in Tokens
2
Testing Tokens
1
Users
35
Waitlist Entries
6
Webhooks
3
API Keys
Delete an API Key
delete
/api_keys/{apiKeyID}
Path parameters
apiKeyID
string
required
Response
200 OK
object
required
id
string
required
object
'api_key'
required
deleted
true
required
Example response
{ "id": "ak_3beecc9c60adb5f9b850e91a8ee1e992" }