Delete User Api Key
Service
Delete User Api Key
Delete a system API key created by the service.
This endpoint allows the automations service to clean up API keys it previously created for users.
Args: user_id: The user ID org_id: The organization ID key_name: The name of the key to delete (without SYSTEM: prefix) x_service_api_key: Service API key header for authentication
Returns: dict: Success message
Raises: HTTPException: 401 if service key is invalid HTTPException: 404 if key not found
DELETE
Delete User Api Key

