Revoke API Key
Permanently revokes an API key, identified by its UUID or prefix (for example, 'ws_abcdefghij'). Revocation is immediate and cannot be undone, and it frees one slot toward the 10-key-per-account limit. It returns a not found error if the key_id does not belong to the current user.
Example prompt: Revoke the API key with prefix ws_abcdefghij right now
{
"revoked": true,
"key_id": "ws_abcdefghij"
}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 key prefix (e.g. 'ws_abcdefghij...'). |
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.