Revoke API Key
Permanently revokes exactly one API key, identified by its UUID or complete displayed prefix including the trailing '...' (for example, 'ws_abcdef123...'). Partial prefixes are rejected. Revocation is immediate and cannot be undone. It returns a not found error if the key does not belong to the current user.
Example prompt: Revoke the API key with displayed prefix ws_abcdef123... right now
{
"revoked": true,
"revoked_count": 1,
"key_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"key_prefix": "ws_abcdef123..."
}What you can build
Parameters
Inputs accepted by revoke_api_key.
| Name | Type | Description |
|---|---|---|
| key_id | string | The key UUID (from list_api_keys) or complete displayed prefix including '...' (e.g. 'ws_abcdef123...'). Partial prefixes are rejected. |
Related tools
List API Keys
List your API keys with metadata only: prefix, scope, permissions, and usage count. Raw key values are never returned.
Create API Key
Create a scoped API key with granular permissions and optional expiry. Raw key shown once, with a 10-key-per-account limit.
Delete Webhook
Permanently remove a webhook by ID, stopping all deliveries and detaching its subscriptions. A clean way to retire integrations you no longer need.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.