Skip to main content
DELETE

Overview

Revokes an API key by soft-deleting it (setting is_active to false). The key is immediately invalidated and any subsequent requests using it will be rejected. Auth: Requires JWT token (Authorization: Bearer <token>).

Path Parameters

string
required
The API key UUID to revoke

Response

string
Confirmation message

Example