curl -X DELETE 'https://api.memsync.ai/api-keys/key_123abc' \ -H 'Authorization: Bearer YOUR_JWT_TOKEN'
{ "success": true, "api_key_id": "key_123abc", "deleted_at": "2024-01-15T16:45:00Z" }
Revoke and delete an API key
{ "error": "API key not found", "code": "API_KEY_NOT_FOUND" }
{ "error": "Cannot delete the currently used API key", "code": "CANNOT_DELETE_ACTIVE_KEY" }