>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #50
Update issue details
Title *
Description
Implement DELETE /api/v1/admin/api-keys/<api_key_id> endpoint to revoke an API key. **API Specification:** - Endpoint: DELETE /api/v1/admin/api-keys/<api_key_id> - Permission Required: manage_users - Path Parameter: api_key_id (UUID) - Response: {success: true, api_key_id, revoked_at} **Requirements:** - Immediately invalidate the API key - Log audit event with key details - Cannot be undone (new key must be created) - Return 404 if key not found **IMPORTANT:** Implement with ultra attention to details and correctness. **BEFORE CLOSING:** Take screenshot showing API key revocation. Add comment summarizing implementation.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel