API Keys
Revoke API Key
Revoke an API key, immediately preventing further use
DELETE
Overview
Revokes an API key by soft-deleting it (settingis_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
The API key UUID to revoke
Response
Confirmation message
